feat(payment): support Indonesia QRIS checkout
This commit is contained in:
@@ -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.",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user