Skip to content

Commit

Permalink
Add requestPayerName to payment request options
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo Pinho committed Oct 25, 2024
1 parent 21d9f4f commit 6c6e29d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,8 @@ export interface PaymentRequestOptions extends CommonOptions {
target: HTMLElement
/** Request shipping in payment request UI */
requestShipping?: boolean
/** Request payer name in payment request UI */
requestPayerName?: boolean
/** Disable payment request via basic card */
disableBasicCard?: boolean
/** Styles of the PaymentRequest button */
Expand Down

0 comments on commit 6c6e29d

Please sign in to comment.