Skip to content

Commit

Permalink
Add discounts to escrow terms
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelBCarter committed Sep 5, 2024
1 parent d459c70 commit c93409c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/payload/packages/payments/src/Escrow/Terms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ export interface EscrowTermsFields {
* The buyer
*/
buyerSecret: Hash
/**
* Any discounts (coupons, vouchers, credits, etc.) to be applied to the escrow
*/
discounts: Hash[]
/**
* The escrow agent responsible for the escrow
*/
Expand Down

0 comments on commit c93409c

Please sign in to comment.