Releases: secucard/secucard-connect-php-sdk
Releases · secucard/secucard-connect-php-sdk
v1.4.1
Fixed
- Wrong exception for optional parameters "JSON property must not be NULL".
v1.4.0
Added
- PaymentService: refund method
- PaymentService: capture method
- PaymentService: updateBasket method
- PaymentService: reverseAccrual method
- PaymentService: initSubsequent method
- PaymentService: setShippingInformation method
- PaymentService: updateSubscription method
- Product Document: UploadsService
- Product Service: IdentCasesService
Changed
- Updated dependency "guzzle" to ~6.2
- Updated dependency "jsonmapper" to ~1.1
Fixed
- PHP 5.5 incompatibility (const array)
- Wrong parent class of class RedirectUrl
- PSR-2 Coding Style conformance
Removed
- Removed tests, because the need to be reworked
- Remove development dependency "phpunit"
v1.3.1
Deprecated
- Pass an array for API client configuration in the constructor of the class "SecucardConnect" is deprecated.
Added
- "User-Agent" for our statistic diagnostics
- "Accept-Language" for define the language of the error messages
- Possibility to create individual sub-contracts
- Possibility to use old "apikey" from the flex.API into the basket
- Add attribute "merchant customer id" to the customer data
- Add possibility to send customer experience statistics
- Add IframeOptData and OptData for customize the checkout page
- Add possibility to get the used payment instrument data for a successful payment
- Add possibility to change the redirect urls for each request
- Add supporting of subscriptions
- Add supporting of pre-authorize payments
- Add delivery address (recipient)
- Add payment method "capture"
Changed
- The API Client Configuration can now be filled by an object instead of an array. Setting the config as array is deprecated.
Fixed
- Get default User-Agent
FIX push service for ident service
v1.1.2 Merge branch 'hotfix/push_service_ident'
ADD Provider to Services.IdentRequest
ADD credit card payment
v1.1.0 ADD credit card payment
FIX fatal on cancel request
v1.0.9 FIX fatal on cancel payment call
FIX fatal on delete request
v1.0.8 CHANGE version to 1.0.8