Skip to content

Commit

Permalink
embedded: add payment method field
Browse files Browse the repository at this point in the history
  • Loading branch information
pgarciaegido committed Feb 14, 2025
1 parent 8988253 commit 2994f16
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ export type EmbeddedCheckoutV3FiatPayment = {
applePay?: boolean;
googlePay?: boolean;
};
method?: "checkoutcom-flow" | "stripe-payment-element";
};

export type EmbeddedCheckoutV3CryptoPayment = {
Expand Down

0 comments on commit 2994f16

Please sign in to comment.