Skip to content

Commit

Permalink
Fix fast_funds type
Browse files Browse the repository at this point in the history
  • Loading branch information
armando-rodriguez-cko committed Sep 4, 2023
1 parent 8f786ce commit 199f779
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ public enum PayoutsTransactionsType {
NOT_SUPPORTED,
@SerializedName("standard")
STANDARD,
@SerializedName("fast_founds")
FAST_FOUNDS,
@SerializedName("fast_funds")
FAST_FUNDS,
@SerializedName("unknown")
UNKNOWN
}
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ void shouldMakeSepaV4Payment() {
.lastName("Last")
.billingAddress(Address.builder()
.addressLine1("Address Line 1")
.addressLine2("Address Line 2")
.addressLine2("Max_10_c__")
.city("City")
.zip("12345")
.country(CountryCode.GB)
Expand Down

0 comments on commit 199f779

Please sign in to comment.