Skip to content

Commit

Permalink
Add __features option for Revolut Pay (#54)
Browse files Browse the repository at this point in the history
* Add __features option for Revolut Pay
  • Loading branch information
andrewbents authored Apr 13, 2023
1 parent def2854 commit 2ca71b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,7 @@ type CommonPaymentsRevolutPayOptions = {
validate?: () => Promise<boolean> | boolean
/** A promise to create a Revolut order at a later time within the Revolut pay flow */
createOrder: () => Promise<{ publicId: string }>
__features?: Record<string, any>
}

type RevolutPayLineItem = {
Expand Down

0 comments on commit 2ca71b0

Please sign in to comment.