Skip to content

Commit

Permalink
Fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
averym-stripe committed Mar 15, 2023
1 parent c626481 commit a9abe10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/types/src/valid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ const paymentRequestButtonElement = elements.create('paymentRequestButton', {
theme: 'light',
height: '21px',
type: 'donate',
buttonSpacing: '8px'
buttonSpacing: '8px',
},
},
paymentRequest: stripe.paymentRequest({
Expand All @@ -255,7 +255,7 @@ const paymentRequestButtonElement = elements.create('paymentRequestButton', {
requestPayerEmail: true,
disableWallets: ['googlePay', 'link'],
}),
disableMultipleButtons: false
disableMultipleButtons: false,
});

const retrievedPaymentRequestButtonElement: StripePaymentRequestButtonElement | null = elements.getElement(
Expand Down

0 comments on commit a9abe10

Please sign in to comment.