Skip to content

Commit

Permalink
fix: allow the priceAuthority to supply a null quotePayment
Browse files Browse the repository at this point in the history
This is necessary until we have shareable quotePayments or else
quotePayments that aren't made public.  Needs more work.
  • Loading branch information
michaelfig committed Nov 9, 2020
1 parent afac575 commit 9b038eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zoe/tools/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
/**
* @typedef {Object} PriceQuote
* @property {Amount} quoteAmount Amount whose value is a PriceQuoteValue
* @property {ERef<Payment>} quotePayment The `quoteAmount` wrapped as a payment
* @property {ERef<Payment> | null} quotePayment The `quoteAmount` wrapped as a payment
*/

/**
Expand Down

0 comments on commit 9b038eb

Please sign in to comment.