@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.
Files changed (2) hide show
  1. package/lib/buyer.js +1 -1
  2. 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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itpay/cli",
3
- "version": "0.2.16",
3
+ "version": "0.2.17",
4
4
  "description": "ItPay CLI, buyer skill, and agent-readable docs for agent-native commerce.",
5
5
  "type": "module",
6
6
  "bin": {