Releases: Judopay/JudoKit-iOS
Releases · Judopay/JudoKit-iOS
Release 2.3.0
Additions:
- Added support for
PKR
currency
Fixes:
- Fixed issue where Check Card transaction response type returns 0 (Payment) instead of 3 (Check Card)
Release 2.2.1
Fixes:
- Fixed an issue with Apple Pay triggering a "User Cancelled" callback on successful Apple Pay payments;
- Removed deprecations from updating the minimum deployment target to iOS 11.0;
Release 2.2.0
Improvements:
- Increased the minimum deployment target to iOS 11.0
Release 2.1.3
Fixes
- Fixed Apple Pay pre-auth transactions being routed as payments
Release 2.1.2
Fixes:
- Adds the missing Apple Pay callback event;
Improvements:
- Adds better backend response parsing logic;
- Added BDD UI Test support
Release 2.1.1
Features:
- Added new native Scan Card implementation;
Improvements:
- Separated the Apple Pay UI layer from the Apple Pay business layer;
- Check Card transactions are now being enriched (device signal gathering);
Fixes:
- Fixed a bug that caused locale-specific validation for decimal amounts (ex: 10.50 - valid in the US, invalid in FR);
Release 2.1.0
Fixes:
- Fixed TrustKit SSL pinning issues;
- Fixed PayByBankApp request failure due to incorrect API Header version;
Improvements:
- Added iOS 14 support;
- Changed Pay By Bank App request amount from
double
toNSString
; - Updated and synced error messages;
Release 2.0.2
Improvements:
- Added method for checking if any PBBA bank apps have been installed;
- Removed redundant PBBA popup from the initial call;
- Removed automatic polling after the initial PBBA request;
Fixes:
- Fixed embedded framework issue;
- Fixed wrong Apple Pay parameter for setting the supported card networks;
Release 2.0.1
BUG Fixes:
Fix integration with Carthage.
Release 2.0.0
New Features:
- Pay by Bank app (PbBa) Integration in Payment Widget;
- PbBa Integration Outside of Payment Widget;
- Security code Payments in Payment Widget;
- Added Amount to Pay Buttton in card entry form;
- Token Payments without UI;
- Initiate Payment with the Payment Session Authorization method.
Improvements:
- Added deep link logic for PbBa;
- Added Judo ID Validation;
- Added JudoID instead of SiteID to Bank Transfer Requests;
- Added amount and currency formatting based on the device locale;
- String changed from AmEx to American Express;