Skip to content

Commit 9b038eb

Browse files
committed
fix: allow the priceAuthority to supply a null quotePayment
This is necessary until we have shareable quotePayments or else quotePayments that aren't made public. Needs more work.
1 parent afac575 commit 9b038eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/zoe/tools/types.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
/**
4747
* @typedef {Object} PriceQuote
4848
* @property {Amount} quoteAmount Amount whose value is a PriceQuoteValue
49-
* @property {ERef<Payment>} quotePayment The `quoteAmount` wrapped as a payment
49+
* @property {ERef<Payment> | null} quotePayment The `quoteAmount` wrapped as a payment
5050
*/
5151

5252
/**

0 commit comments

Comments
 (0)