Skip to content

Commit

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

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

0 comments on commit 69d67ea

Please sign in to comment.