Skip to content

Commit

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

Add requestPayerPhone and email to payment request options
  • Loading branch information
leodepinho authored Oct 31, 2024
2 parents 095fed7 + c975c37 commit 040890f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,10 @@ export interface PaymentRequestOptions extends CommonOptions {
requestShipping?: boolean
/** Request payer name in payment request UI */
requestPayerName?: boolean
/** Request payer phone in payment request UI */
requestPayerPhone?: boolean
/** Request payer email in payment request UI */
requestPayerEmail?: boolean
/** Disable payment request via basic card */
disableBasicCard?: boolean
/** Styles of the PaymentRequest button */
Expand Down

0 comments on commit 040890f

Please sign in to comment.