-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add discount enum item * Update test. Previous unavailable
- Loading branch information
1 parent
5f944c1
commit d7028e7
Showing
8 changed files
with
16 additions
and
7 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
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 |
---|---|---|
|
@@ -39,7 +39,7 @@ void shouldMakeCardPayoutPayments() { | |
.destination(PaymentRequestCardDestination.builder() | ||
.number("5219565036325411") | ||
.expiryMonth(12) | ||
.expiryYear(2024) | ||
.expiryYear(2030) | ||
.accountHolder(AccountHolder.builder() | ||
.type(AccountHolderType.INDIVIDUAL) | ||
.firstName("John") | ||
|
@@ -61,7 +61,7 @@ void shouldMakeCardPayoutPayments() { | |
.type(AccountHolderIdentificationType.PASSPORT) | ||
.number("E2341") | ||
.issuingCountry(CountryCode.FR) | ||
.dateOfExpiry("2024-05-05") | ||
.dateOfExpiry("2030-05-05") | ||
.build()) | ||
.email("[email protected]") | ||
.build()) | ||
|
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