Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwelly-stripe committed May 29, 2024
1 parent 58accf7 commit ad98e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/stripe-js/custom-checkout.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export type StripeCustomCheckoutExpressCheckoutElementOptions = {
buttonTheme: StripeExpressCheckoutElementOptions['buttonTheme'];
buttonType: StripeExpressCheckoutElementOptions['buttonType'];
layout: StripeExpressCheckoutElementOptions['layout'];
paymentMethodOrder: StripeExpressCheckoutElementOptions['paymentMethodOrder']
paymentMethodOrder: StripeExpressCheckoutElementOptions['paymentMethodOrder'];
};

export type StripeCustomCheckoutUpdateHandler = (
Expand Down

0 comments on commit ad98e58

Please sign in to comment.