-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EBANX: add optional payment_type_code override
LOCAL 6146 tests, 80950 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed UNIT 30 tests, 152 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed REMOTE 43 tests, 98 assertions, 7 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 83.7209% passed ^these remote test failures also exist on the master branch CER-1907
- Loading branch information
Showing
3 changed files
with
27 additions
and
6 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 |
---|---|---|
|
@@ -71,7 +71,8 @@ def test_successful_purchase_with_more_options | |
ip: '127.0.0.1', | ||
email: '[email protected]', | ||
birth_date: '10/11/1980', | ||
person_type: 'personal' | ||
person_type: 'personal', | ||
payment_type_code: 'visa' | ||
}) | ||
|
||
response = @gateway.purchase(@amount, @credit_card, options) | ||
|
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