Skip to content

Commit

Permalink
Add __metadata option for Revolut Pay (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbents authored Apr 26, 2023
1 parent 2839e73 commit 8c2cff1
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 @@ -513,6 +513,7 @@ type CommonPaymentsRevolutPayOptions = {
/** A promise to create a Revolut order at a later time within the Revolut pay flow */
createOrder: () => Promise<{ publicId: string }>
__features?: Record<string, any>
__metadata?: Record<string, any>
}

type RevolutPayLineItem = {
Expand Down

0 comments on commit 8c2cff1

Please sign in to comment.