Releases: Smart2Pay/SDK-PHP
Releases · Smart2Pay/SDK-PHP
Smart2Pay PHP SDK v3.0.0
- Reviewed all credit card and alternative payment statuses.
- !!! Before updating, please check your code if you are using old payment statuses and adapt your code for new payment statuses (if needed).
Smart2Pay PHP SDK v2.1.32
- Added Payment.Details.IsMobileApp in payment request structure (payment initiated from a mobile app)
Smart2Pay PHP SDK v2.1.31
- Changed Merchant site URL and NotificationURL Regex to reflect the change in REST API
Smart2Pay PHP SDK v2.1.30
- Changed user passwords Regex to reflect the change in REST API
Smart2Pay PHP SDK v2.1.29
- Added passwords Regex for User requests
Smart2Pay PHP SDK v2.1.28
- Removed user password Regex
Smart2Pay PHP SDK v2.1.27
- Added BankAccountType and BankBranch in Refund details structure
Smart2Pay PHP SDK v2.1.26
- Moved "List Payment Captures" and "Payment Capture Details" methods
to cards method only (multiple captures are available only on
SmartCards)
Smart2Pay PHP SDK v2.1.25
- Added "List Payment Captures" and "Payment Capture Details" methods
- Added "CaptureDetails" node in payment response
- Added "CaptureID" in refund request which will refund a specific
capture request - Added "CaptureID" in refund response which says what capture ID was
refunded (if any)
Smart2Pay PHP SDK v2.1.24
- Added S2P_SDK_CONFIG_PATH constant to provide a different location
for SDK config.php file