Skip to content

Commit 5d78747

Browse files
authored
Fixed PayoutTransactionsType FastFounds to FastFunds (#425)
1 parent 7ba41bb commit 5d78747

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CheckoutSdk/Metadata/Card/PayoutsTransactionsType.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ public enum PayoutsTransactionsType
66
{
77
[EnumMember(Value = "not_supported")] NotSupported,
88
[EnumMember(Value = "standard")] Standard,
9-
[EnumMember(Value = "fast_founds")] FastFounds,
9+
[EnumMember(Value = "fast_funds")] FastFunds,
1010
[EnumMember(Value = "unknown")] Unknown,
1111
}
12-
}
12+
}

0 commit comments

Comments
 (0)