@colijnit/transaction 254.1.21 → 254.1.23
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.
- package/bundles/colijnit-transaction.umd.js +20 -8
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/colijnit-transaction.metadata.json +1 -1
- package/esm2015/lib/component/simple-vertical-stepper/co-simple-vertical-stepper.component.js +7 -1
- package/esm2015/lib/component/transaction-header-fields/transaction-header-remaining-amount.component.js +2 -2
- package/esm2015/lib/service/transaction-payment.service.js +5 -1
- package/esm2015/lib/transaction-version.js +3 -3
- package/fesm2015/colijnit-transaction.js +13 -3
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/lib/service/transaction-payment.service.d.ts +1 -0
- package/package.json +1 -1
- package/colijnit-transaction-254.1.19.tgz +0 -0
- package/colijnit-transaction-254.1.20.tgz +0 -0
|
@@ -36,6 +36,7 @@ export declare class TransactionPaymentService implements OnDestroy {
|
|
|
36
36
|
paymentFailed: Subject<void>;
|
|
37
37
|
pollingForStatusStarted: Subject<void>;
|
|
38
38
|
pollingForStatusEnded: Subject<void>;
|
|
39
|
+
doNotFetchAmountToPayForRemaining: boolean;
|
|
39
40
|
private _currentPaymentMethod;
|
|
40
41
|
private _paymentResult;
|
|
41
42
|
private _paymentStatusInterval;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|