Skip to content

Commit 92ad62d

Browse files
Fix fast_funds type
1 parent 8f786ce commit 92ad62d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/main/java/com/checkout/metadata/card/PayoutsTransactionsType.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ public enum PayoutsTransactionsType {
88
NOT_SUPPORTED,
99
@SerializedName("standard")
1010
STANDARD,
11-
@SerializedName("fast_founds")
12-
FAST_FOUNDS,
11+
@SerializedName("fast_funds")
12+
FAST_FUNDS,
1313
@SerializedName("unknown")
1414
UNKNOWN
1515
}

src/test/java/com/checkout/payments/RequestApmPaymentsIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ void shouldMakeSepaV4Payment() {
548548
.lastName("Last")
549549
.billingAddress(Address.builder()
550550
.addressLine1("Address Line 1")
551-
.addressLine2("Address Line 2")
551+
.addressLine2("Max_10_c__")
552552
.city("City")
553553
.zip("12345")
554554
.country(CountryCode.GB)

0 commit comments

Comments
 (0)