Skip to content

Commit

Permalink
Fixed the type on the height option in a PaymentRequestButton (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
petrogad authored Apr 8, 2020
1 parent e0b0440 commit d56c16d
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 @@ -63,7 +63,7 @@ declare module '@stripe/stripe-js' {
/**
* The height of the Payment Request Button.
*/
height?: number;
height?: string;
};
};

Expand Down

0 comments on commit d56c16d

Please sign in to comment.