feat(payment): support Indonesia QRIS checkout

This commit is contained in:
Codex
2026-07-22 18:57:22 +08:00
parent a0b2d44ec6
commit 1e25279e8f
19 changed files with 806 additions and 42 deletions
@@ -256,7 +256,10 @@ describe("payment order flow", () => {
expect(actor.getSnapshot().context).toMatchObject({
orderStatus: "expired",
payParams: null,
payParams: {
provider: "stripe",
clientSecret: "pi_test_secret_test",
},
errorMessage:
"This payment order has expired. Please create a new order.",
});