@xsolla/payment-client-core 0.1.14-test11 → 0.1.14-test13
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/esm2020/lib/core/payment/status/save-payment-method-status/save-payment-method-status.service.mjs +48 -10
- package/fesm2015/xsolla-payment-client-core.mjs +47 -9
- package/fesm2015/xsolla-payment-client-core.mjs.map +1 -1
- package/fesm2020/xsolla-payment-client-core.mjs +47 -9
- package/fesm2020/xsolla-payment-client-core.mjs.map +1 -1
- package/lib/core/payment/status/save-payment-method-status/save-payment-method-status.service.d.ts +3 -0
- package/package.json +1 -1
- package/xsolla-payment-client-core-0.1.14-test13.tgz +0 -0
- package/xsolla-payment-client-core-0.1.14-test11.tgz +0 -0
package/lib/core/payment/status/save-payment-method-status/save-payment-method-status.service.d.ts
CHANGED
|
@@ -14,6 +14,9 @@ export declare class SavePaymentMethodStatusService {
|
|
|
14
14
|
private listenStatusSubscription;
|
|
15
15
|
constructor(statusRequestService: StatusRequestService, listenStatusService: ListenStatusService, savedPaymentAccountChangesService: SavedPaymentAccountChangesService, nextActionService: NextActionService);
|
|
16
16
|
getStatus(params: StatusRequestParams): Promise<Status>;
|
|
17
|
+
private savingFailedOrCancel;
|
|
18
|
+
private savingSuccessful;
|
|
19
|
+
private getPaymentAccountData;
|
|
17
20
|
private startWaitingStatusUpdates;
|
|
18
21
|
private loadNewPaymentAccountData;
|
|
19
22
|
private handleSavingStatus;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|