@alipay/ams-checkout 0.0.1781004142-dev.6 → 0.0.1781004142-dev.8
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.
|
@@ -446,7 +446,7 @@ var ElementController = /*#__PURE__*/function () {
|
|
|
446
446
|
status: PaymentStatus.FAIL,
|
|
447
447
|
error: {
|
|
448
448
|
code: 'MERCHANT_CONFIRM_ABORT',
|
|
449
|
-
message: '
|
|
449
|
+
message: 'Merchant canceled payment.',
|
|
450
450
|
needChangeSessionForRetry: false
|
|
451
451
|
}
|
|
452
452
|
});
|
|
@@ -484,7 +484,7 @@ var ElementController = /*#__PURE__*/function () {
|
|
|
484
484
|
status: PaymentStatus.FAIL,
|
|
485
485
|
error: {
|
|
486
486
|
code: 'MERCHANT_CONFIRM_ABORT',
|
|
487
|
-
message:
|
|
487
|
+
message: 'Merchant canceled payment.',
|
|
488
488
|
needChangeSessionForRetry: false
|
|
489
489
|
}
|
|
490
490
|
});
|
package/esm/tsdoc-metadata.json
CHANGED