Skip to content

Commit

Permalink
Merge pull request #84 from revolut-engineering/payments/payment-requ…
Browse files Browse the repository at this point in the history
…est-payer-name

Add requestPayerName to payment request options
  • Loading branch information
leodepinho authored Oct 28, 2024
2 parents 21d9f4f + 6c6e29d commit 095fed7
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 095fed7

Please sign in to comment.