-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
saferpay api update 1.31 => 1.40 – with updates #97
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* changes according to http://saferpay.github.io/jsonapi/#v1.32.0.0.20230117 Closes: #74 BREAKING-CHANGE: Saferpay Changelog: container ReturnUrls (parameters Success and Fail) is replaced by container ReturnUrl (parameter Url)
* changes to tests because of replacement of ReturnUrls with ReturnUrl
* changes to examples because of replacement of ReturnUrls with ReturnUrl
* changes according to http://saferpay.github.io/jsonapi/#v1.33.0.0.20230321 Closes: #75 BREAKING-CHANGE: Saferpay Changelog: the error behavior ABORT was renamed to DO_NOT_RETRY, DeviceFingerprint was removed from all versions, the Twint object was removed from the responses
…est and InitializeRequest
* changes according to http://saferpay.github.io/jsonapi/#v1.34.0.0.20230516 Closes: #82 BREAKING-CHANGE: Saferpay Changelog: removed MASTERPASS as valid value from field Wallets in PaymentPage/Initialize requests, removed UNIONPAY as valid value from field PaymentMethods in SecureCardData/AliasInsert requests
* changes according to http://saferpay.github.io/jsonapi/#v1.35.0.0.20230718 Closes: #83
* changes according to http://saferpay.github.io/jsonapi/#v1.36.0.0.20230912 Closes: #84 BREAKING-CHANGE: Saferpay Changelog: removed UNIONPAY as valid value from field PaymentMethods in Transaction/Initialize requests, removed LegalForm, renamed the values of the Condition field
* changes according to http://saferpay.github.io/jsonapi/#v1.37.0.0.20231114 Closes: #85 BREAKING-CHANGE: Saferpay Changelog: added TokenType field to SchemeToken (mandatory)
* changes according to http://saferpay.github.io/jsonapi/#v1.38.0.0.20240123 Closes: #86 BREAKING-CHANGE: Saferpay Changelog: removed Alipay from PaymentMethodOptions
* changes according to http://saferpay.github.io/jsonapi/#v1.39.0.0.20240319 Closes: #87 BREAKING-CHANGE: Saferpay Changelog: removed Styling container from PaymentPage/Initialize, option MANUAL_REVIEW in field Result of FraudPrevention container is now called CHALLENGED
* changes according to http://saferpay.github.io/jsonapi/index.html Closes: #88 BREAKING-CHANGE: Saferpay Changelog: removed PAYPAL as option in Transaction/RedirectPayment, removed POSTFINANCE and POSTCARD as valid values for PaymentMethods, removed BANCONTACT as valid value for PaymentMethods in Alias/Insert
# Conflicts: # lib/SaferpayJson/Request/Container/Address.php # lib/SaferpayJson/Request/Container/Alipay.php # lib/SaferpayJson/Request/Container/Notification.php # lib/SaferpayJson/Request/Container/PaymentMethodsOptions.php # lib/SaferpayJson/Request/Container/RequestHeader.php # lib/SaferpayJson/Request/Container/ReturnUrls.php # lib/SaferpayJson/Request/Container/RiskFactors.php # lib/SaferpayJson/Request/Container/Wallet.php # lib/SaferpayJson/Request/PaymentPage/InitializeRequest.php # lib/SaferpayJson/Request/SecureCardData/AliasInsertRequest.php # lib/SaferpayJson/Request/Transaction/InitializeRequest.php # lib/SaferpayJson/Request/Transaction/RefundRequest.php # lib/SaferpayJson/Response/Container/Address.php # lib/SaferpayJson/Response/Container/Brand.php # lib/SaferpayJson/Response/Container/PaymentMeans.php # lib/SaferpayJson/Response/Container/Twint.php
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Based on #92