forked from activemerchant/active_merchant
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update from original activemerchant 2024 10 07 (#13)
* update active support version (activemerchant#5287) * Adyen: remove unused ecommerce flag for NetworkTokenization cards (activemerchant#5280) * CybersourceRest: Update message and error_code Add dig to message_from and error_code_from to prevent NoMethod errors. Remote 53 tests, 176 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed * Redsys: update decoding to catch Json errors and try to urlsafe_decode (activemerchant#5290) * Paysafe: Add `external_initial_transaction_id` This allows a network transaction id obtained from a third party transaction to be passed in and maintain MIT transactions without interruptions. Remote Tests: 35 tests, 86 assertions, 9 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 74.2857% passed *I fixed one remote test that was failing due to changed error message, but the rest are failing on master as well Unit Tests: 20 tests, 101 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed * Worldpay: Add customStringFields These fields are included as part of FraudSightData in auth/purchase requests https://docs.worldpay.com/apis/wpg/fraudsightglobal/fraudsightdirect CER-1766 LOCAL 6040 tests, 80501 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed 801 files inspected, no offenses detected UNIT 125 tests, 705 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed REMOTE 112 tests, 473 assertions, 3 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 97.3214% passed * Rubocop failures --------- Co-authored-by: Dustin A Haefele <[email protected]> Co-authored-by: Alma Malambo <[email protected]> Co-authored-by: Rachel Kirk <[email protected]> Co-authored-by: Joe Reiff <[email protected]> Co-authored-by: Abel Pacheco <[email protected]>
- Loading branch information
1 parent
62c8039
commit 9fb4b1c
Showing
21 changed files
with
264 additions
and
114 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
eval_gemfile '../Gemfile' | ||
|
||
gem 'activesupport', github: 'rails/rails' | ||
gem 'activesupport', '~>7.2.1' |
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.