@alipay/ams-checkout 1.26.0 → 1.28.0
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/dist/umd/ams-checkout.min.js +1 -1
- package/esm/config/index.d.ts +7 -7
- package/esm/config/index.js +7 -7
- package/esm/constant/index.d.ts +9 -0
- package/esm/constant/index.js +9 -0
- package/esm/core/component/element/index.d.ts +1 -0
- package/esm/core/component/element/index.js +75 -67
- package/esm/core/component/element/mock.d.ts +2 -0
- package/esm/core/component/element/mock.js +129 -53
- package/esm/core/component/element/type.d.ts +2 -2
- package/esm/core/component/element/type.js +2 -2
- package/esm/core/component/index.js +2 -2
- package/esm/foundation/core/index.js +4 -4
- package/esm/plugin/applepay/interface.d.ts +2 -2
- package/esm/plugin/component/channel.d.ts +41 -1
- package/esm/plugin/component/channel.js +589 -1
- package/esm/plugin/component/index.d.ts +1 -1
- package/esm/plugin/component/index.js +75 -39
- package/esm/types/index.d.ts +32 -2
- package/esm/types/index.js +3 -2
- package/package.json +1 -1
@@ -40,7 +40,7 @@ import { ApplePayBusSubscriber } from "../../plugin/applepay";
|
|
40
40
|
import ComponentApp from "../../plugin/component";
|
41
41
|
import { ExtendPlugin } from "../../plugin/const";
|
42
42
|
import { PaypalBusSubscriber } from "../../plugin/paypal";
|
43
|
-
import { ComponentSignEnum, ComponentSignEnumV2, EnvironmentEnum, modeEnum, networkModeEnum, ProductSceneEnum
|
43
|
+
import { ComponentSignEnum, ComponentSignEnumV2, DisplayTypeEnum, EnvironmentEnum, modeEnum, networkModeEnum, ProductSceneEnum } from "../../types";
|
44
44
|
import { getOrSetStorageId, isPC, parseBase64ToString } from "../../util";
|
45
45
|
import { createIframeNode, createPreloadIframeNode } from "../../util/createIframeNode";
|
46
46
|
import { getSecurityConfigStorageKey } from "../../util/security";
|
@@ -101,7 +101,7 @@ var handleParams = function handleParams(params, _this) {
|
|
101
101
|
parseData = _handleSessionData2[0],
|
102
102
|
sessionData = _handleSessionData2[1];
|
103
103
|
var componentSign = getComponentSign(parseData);
|
104
|
-
if (_toConsumableArray(Object.values(ComponentSignEnumV2)).includes(componentSign) && _params.renderDisplayType === DisplayTypeEnum.popup) {
|
104
|
+
if (_toConsumableArray(Object.values(ComponentSignEnumV2)).includes(componentSign) && _params.renderDisplayType === DisplayTypeEnum.popup && window.location.href.indexOf('popup=true') === -1) {
|
105
105
|
return Promise.reject({
|
106
106
|
code: ERRORMESSAGE.CREATEPAYMENT_PARAMETER_ERROR.code,
|
107
107
|
message: "unsupported payment method"
|
@@ -178,7 +178,7 @@ export var AntomSDKCore = /*#__PURE__*/function () {
|
|
178
178
|
key: "startBizFlow",
|
179
179
|
value: function () {
|
180
180
|
var _startBizFlow = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3(options) {
|
181
|
-
var _this$paymentContext$, _this$paymentContext$2;
|
181
|
+
var _this$paymentContext$, _this$paymentContext$2, _this$paymentContext$3;
|
182
182
|
var paymentSession, displayInfo, _convertPaymentSessio, paymentSessionId, paymentSessionMetaData, mid, webAppMatchConfig, webAppVersion, productScene, paymentMethod, _this$bizFlowStartBeh, payload;
|
183
183
|
return _regeneratorRuntime().wrap(function _callee3$(_context3) {
|
184
184
|
while (1) switch (_context3.prev = _context3.next) {
|
@@ -201,7 +201,7 @@ export var AntomSDKCore = /*#__PURE__*/function () {
|
|
201
201
|
sdkMetaData: this.sdkMetaData
|
202
202
|
};
|
203
203
|
// upgrade WebApp version
|
204
|
-
mid = this.paymentContext.paymentSessionObj
|
204
|
+
mid = (_this$paymentContext$ = this.paymentContext.paymentSessionObj) === null || _this$paymentContext$ === void 0 ? void 0 : _this$paymentContext$.clientId;
|
205
205
|
webAppMatchConfig = parseWebAppMatchConfig(this.paymentContext.paymentSessionObj.extendInfo);
|
206
206
|
webAppVersion = getWebAppVersion(this.sdkMetaData, mid, webAppMatchConfig);
|
207
207
|
this.sdkMetaData.webAppVersion = webAppVersion;
|
@@ -211,8 +211,8 @@ export var AntomSDKCore = /*#__PURE__*/function () {
|
|
211
211
|
ServiceProvider.getInstance(this.instanceId).update(this.paymentContext);
|
212
212
|
|
213
213
|
// Invoke processor
|
214
|
-
productScene = (_this$paymentContext$ = this.paymentContext.paymentSessionObj) === null || _this$paymentContext$ === void 0 || (_this$paymentContext$ = _this$paymentContext
|
215
|
-
paymentMethod = (_this$paymentContext$
|
214
|
+
productScene = (_this$paymentContext$2 = this.paymentContext.paymentSessionObj) === null || _this$paymentContext$2 === void 0 || (_this$paymentContext$2 = _this$paymentContext$2.paymentSessionConfig) === null || _this$paymentContext$2 === void 0 ? void 0 : _this$paymentContext$2.productScene;
|
215
|
+
paymentMethod = (_this$paymentContext$3 = this.paymentContext.paymentSessionObj) === null || _this$paymentContext$3 === void 0 || (_this$paymentContext$3 = _this$paymentContext$3.paymentMethodInfoView) === null || _this$paymentContext$3 === void 0 ? void 0 : _this$paymentContext$3.paymentMethodType;
|
216
216
|
_context3.prev = 13;
|
217
217
|
if (!this.productProcessors["".concat(productScene, "|").concat(paymentMethod)]) {
|
218
218
|
_context3.next = 20;
|
@@ -37,8 +37,8 @@ export interface IApplePayPaymentContact {
|
|
37
37
|
countryCode: string;
|
38
38
|
}
|
39
39
|
export type IApplePayLineItemType = 'final' | 'pending';
|
40
|
-
export type ApplePayPaymentTiming =
|
41
|
-
export type ApplePayRecurringPaymentDateUnit =
|
40
|
+
export type ApplePayPaymentTiming = 'immediate' | 'recurring' | 'deferred' | 'automaticReload';
|
41
|
+
export type ApplePayRecurringPaymentDateUnit = 'year' | 'month' | 'day' | 'hour' | 'minute';
|
42
42
|
/**
|
43
43
|
*
|
44
44
|
{
|
@@ -1,4 +1,5 @@
|
|
1
|
-
import type
|
1
|
+
import { EventPayloadContext, type EventPayload, type IPaymentMethod, type IPaymentSessionMetaData } from '../../types';
|
2
|
+
import { Logger } from '../../util/logger';
|
2
3
|
export type IChannelBehavior = {
|
3
4
|
usePaymentSessionAsQueryResult: boolean;
|
4
5
|
submitPayInSdk: boolean;
|
@@ -18,4 +19,43 @@ type GetDoubleFaParams = {
|
|
18
19
|
export declare function getChannelBehavior(paymentSessionMetaData?: IPaymentSessionMetaData): IChannelBehavior | undefined;
|
19
20
|
export declare function getDoubleFaUrl(params: GetDoubleFaParams): string;
|
20
21
|
export declare const handleGooglePay: (data: EventPayload) => Promise<unknown>;
|
22
|
+
export declare class ApplePayService {
|
23
|
+
private APPLESDKURL;
|
24
|
+
private applePaySession;
|
25
|
+
private paymentSessionData;
|
26
|
+
private sessionResult;
|
27
|
+
/**
|
28
|
+
* @description 支付状态,pending:支付中,normal:正常
|
29
|
+
*/
|
30
|
+
private paymentStatus;
|
31
|
+
/**
|
32
|
+
* @description paymentRequest
|
33
|
+
*/
|
34
|
+
private paymentRequest;
|
35
|
+
private logger;
|
36
|
+
private dispatchToApp;
|
37
|
+
private paymentMethod;
|
38
|
+
constructor({ sessionData, paymentSessionMetaData, paymentMethod, logger, dispatchToApp, }: {
|
39
|
+
sessionData: string;
|
40
|
+
paymentSessionMetaData: IPaymentSessionMetaData;
|
41
|
+
paymentMethod: IPaymentMethod;
|
42
|
+
logger: Logger;
|
43
|
+
dispatchToApp: (payload: {
|
44
|
+
context: EventPayloadContext;
|
45
|
+
}) => void;
|
46
|
+
});
|
47
|
+
private startPay;
|
48
|
+
private setApplePayStatus;
|
49
|
+
private submitPay;
|
50
|
+
submit(): Promise<void>;
|
51
|
+
private getDeviceId;
|
52
|
+
private initApplePaySession;
|
53
|
+
private isCanMakePayments;
|
54
|
+
private loadApplePaySdk;
|
55
|
+
private abortPaySession;
|
56
|
+
private addEventListener;
|
57
|
+
private get initSessionParams();
|
58
|
+
private get isRequiredParameters();
|
59
|
+
private get checkScriptIsLoaded();
|
60
|
+
}
|
21
61
|
export {};
|