@curless/sinocare-demo 0.63.0 → 0.64.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/index.js +19 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -636,6 +636,24 @@ var SINOCARE_GROUPS = [
|
|
|
636
636
|
}
|
|
637
637
|
]
|
|
638
638
|
},
|
|
639
|
+
{
|
|
640
|
+
// ⚠️ ITS OWN GROUP, AND THE SUBTITLE SAYS WHY.
|
|
641
|
+
//
|
|
642
|
+
// Every other row on this card ends in money moving. This one does not:
|
|
643
|
+
// UnionPay authenticates the cardholder and hands back a one-time token for
|
|
644
|
+
// the MERCHANT to charge through their own UnionPay acceptance, which
|
|
645
|
+
// Sinocare does not have. Filing it under 卡 next to ACP/UCP would put a
|
|
646
|
+
// button that cannot pay beside two that can, and the difference would be
|
|
647
|
+
// invisible until someone read the result.
|
|
648
|
+
label: "\u94F6\u8054 \xB7 UnionPay Agent Pay",
|
|
649
|
+
rows: [
|
|
650
|
+
{
|
|
651
|
+
title: "\u94F6\u8054\u5361(UAAG)",
|
|
652
|
+
sub: "\u7528\u4F60\u94B1\u5305\u91CC\u7ED1\u7684\u94F6\u8054\u5361 \xB7 \u94F6\u8054\u9875\u9762\u8BA4\u8BC1 \xB7 \u6F14\u793A\u6B62\u4E8E\u51ED\u8BC1\u7B7E\u53D1,\u4E0D\u6263\u6B3E",
|
|
653
|
+
actions: [{ label: "\u5728\u804A\u5929\u91CC\u4ED8\u6B3E", tool: "start_sinocare_uaag_handoff", chat: true }]
|
|
654
|
+
}
|
|
655
|
+
]
|
|
656
|
+
},
|
|
639
657
|
{
|
|
640
658
|
label: "\u5916\u94FE \xB7 \u5546\u5BB6\u6536\u94F6\u53F0",
|
|
641
659
|
rows: [
|
|
@@ -742,7 +760,7 @@ var CHECKOUT_URI = `${CHECKOUT_URI_PREFIX}card-v33.html`;
|
|
|
742
760
|
var CHECKOUT_UI_META = uiMeta(CHECKOUT_URI);
|
|
743
761
|
var WIDGET_META = widgetMeta();
|
|
744
762
|
var SHARED_TOOLS = storefrontTools({
|
|
745
|
-
checkoutOffers: "It offers Card (ACP) / UCP / USDC (x402) / RLUSD (XRP Ledger) in the conversation, the buyer\u2019s own Curless wallet, and an external hosted Payment Link page."
|
|
763
|
+
checkoutOffers: "It offers Card (ACP) / UCP / USDC (x402) / RLUSD (XRP Ledger) in the conversation, the buyer\u2019s own Curless wallet, a UnionPay card the buyer bound to that wallet (UAAG \u2014 which ends at a credential, not a payment), and an external hosted Payment Link page."
|
|
746
764
|
});
|
|
747
765
|
var RAIL_TOOLS = [
|
|
748
766
|
{
|