feat(payment): accept support character guidance scene

This commit is contained in:
Codex
2026-07-28 12:09:33 +08:00
parent dab9e2e45a
commit cab2ba868f
4 changed files with 27 additions and 3 deletions
@@ -116,7 +116,7 @@ describe("sendResponseToUiMessage", () => {
copy: "Buy me a coffee?",
ctaLabel: "View gifts",
target: "giftCatalog",
ruleId: "coffee_support_question",
ruleId: "coffee_after_thanks",
},
}),
);
@@ -127,7 +127,7 @@ describe("sendResponseToUiMessage", () => {
copy: "Buy me a coffee?",
ctaLabel: "View gifts",
target: "giftCatalog",
ruleId: "coffee_support_question",
ruleId: "coffee_after_thanks",
});
});