@itpay/cli 0.2.16 → 0.2.17
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/lib/buyer.js +1 -1
- package/package.json +1 -1
package/lib/buyer.js
CHANGED
|
@@ -1771,7 +1771,7 @@ function afterVisibleAction(value = {}, flags = {}, summary = {}) {
|
|
|
1771
1771
|
if (summary.payment_intent_id) {
|
|
1772
1772
|
return {
|
|
1773
1773
|
recommended: true,
|
|
1774
|
-
command: cliCommand("buyer", "payment", "wait", summary.payment_intent_id, "--timeout", "30", ...clientCommandArgs(flags), "--json"),
|
|
1774
|
+
command: cliCommand("buyer", "payment", "wait", summary.payment_intent_id, "--wait", "--timeout", "30", ...clientCommandArgs(flags), "--json"),
|
|
1775
1775
|
instruction: "只有在二维码、订单摘要和链接已经对人类可见后才能执行。用户说已付款不算证明,只有 payment_intent.verified 算付款成功。"
|
|
1776
1776
|
};
|
|
1777
1777
|
}
|