Skip to content

Commit 5725ac1

Browse files
authored
Added "Klarna" as payment method type (#2175)
1 parent 19fb81a commit 5725ac1

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

packages/stripe_platform_interface/lib/src/models/ach_params.g.dart

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/stripe_platform_interface/lib/src/models/payment_methods.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ enum PaymentMethodType {
315315
Upi,
316316
USBankAccount,
317317
RevolutPay,
318+
Klarna,
318319
// WeChatPay,
319320
Unknown
320321
}

packages/stripe_platform_interface/lib/src/models/setup_intent.g.dart

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)