Skip to content

Releases: Tap-Payments/goSellSDK-iOS

Attribute to decide if the card name is editable or not

16 Jul 18:24
Compare
Choose a tag to compare
2.2.22

1- Attribute to decide if the card name is editable or not

Considering Shipping and Tax items in Apple pay while adding payment item

13 Jun 08:55
Compare
Choose a tag to compare
2.2.21

1- Considering Shipping and Tax items in Apple pay while adding payme…

Fixed a bug when providing a card name you have to click two times on Pay Button

11 Jun 08:46
Compare
Choose a tag to compare

internal var cardHolderName: String? {
guard let customer = customer, let firstName = customer.firstName else { return "tap default card holder name" }
return firstName
}

Default Card Holder Name

08 Jun 09:25
Compare
Choose a tag to compare

Added an optional default card holder name parameter through the SessionDataSource.

Example:

internal var cardHolderName: String? {
guard let customer = customer, let firstName = customer.firstName else { return "tap default card holder name" }
return firstName
}

Card's Address Parser Update

04 Jun 10:47
Compare
Choose a tag to compare

Updated old json parser to match the new SWIFT standards.

Fixed Charge Serialisation Error

17 May 17:43
Compare
Choose a tag to compare
2.2.17

1- Removed the debugging serialization error

Example of handling coming error

17 May 10:38
Compare
Choose a tag to compare
2.2.16

1- Example to deal with delegated error. 2- Remove non needed serialz…

Serialisation Error Delegate

16 May 21:10
Compare
Choose a tag to compare

1- Added a new must delegate method that passes back to the app whenever a serialisation error occurs.
2- Throw an exception if for any reason the encryption key came in as empty string.

Error logging in the console

13 May 21:55
Compare
Choose a tag to compare

For easier debugging, the whole error description and causes will be printed in the console prefixed with TAP SDK ERROR

Apple Pay and Dark Mode support

07 Apr 06:19
Compare
Choose a tag to compare

The SDK now supports Apple Pay for eligible merchants and supported countries.
The SDK provides a default theme for Dark Mode.
Merchant can decide which card types they want their clients to pay with.