Skip to content

Commit

Permalink
Fix optional param
Browse files Browse the repository at this point in the history
  • Loading branch information
averym-stripe committed Mar 14, 2023
1 parent 69d67ea commit c626481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/stripe-js/elements/payment-request-button.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export interface StripePaymentRequestButtonElementOptions {
* Disable showing multiple buttons.
* Default is `false`.
*/
disableMultipleButtons: boolean;
disableMultipleButtons?: boolean;
}

export interface StripePaymentRequestButtonElementClickEvent {
Expand Down

0 comments on commit c626481

Please sign in to comment.