@appcorp/stellar-solutions-invoice-module 0.1.17 → 0.1.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -146,7 +146,6 @@ var useInvoiceState = function () {
|
|
|
146
146
|
id: state.id,
|
|
147
147
|
invoiceStatus: state.invoiceStatus,
|
|
148
148
|
note: state.note,
|
|
149
|
-
payments: state.payments,
|
|
150
149
|
products: state.products,
|
|
151
150
|
quoteStatus: state.quoteStatus,
|
|
152
151
|
ref: state.ref,
|
|
@@ -154,6 +153,7 @@ var useInvoiceState = function () {
|
|
|
154
153
|
subTotal: state.subTotal,
|
|
155
154
|
taxValue: state.taxValue,
|
|
156
155
|
total: state.total,
|
|
156
|
+
mode: state.mode,
|
|
157
157
|
}); }, [state]);
|
|
158
158
|
var updateCallback = function (_a) {
|
|
159
159
|
var data = _a.data, error = _a.error;
|