From e9ed3b18672af919efa12364b97fd2b7efe21cd9 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 13 Aug 2020 00:26:55 +0530 Subject: integration test for paywall flow --- packages/taler-integrationtests/src/scenario-prompt-payment.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'packages/taler-integrationtests/src/scenario-prompt-payment.ts') diff --git a/packages/taler-integrationtests/src/scenario-prompt-payment.ts b/packages/taler-integrationtests/src/scenario-prompt-payment.ts index f60c6704d..3e4bfc6c2 100644 --- a/packages/taler-integrationtests/src/scenario-prompt-payment.ts +++ b/packages/taler-integrationtests/src/scenario-prompt-payment.ts @@ -47,10 +47,9 @@ runTest(async (t: GlobalTestState) => { }, }); - let orderStatus = await merchant.queryPrivateOrderStatus( - "default", - orderResp.order_id, - ); + let orderStatus = await merchant.queryPrivateOrderStatus({ + orderId: orderResp.order_id, + }); t.assertTrue(orderStatus.order_status === "unpaid"); -- cgit v1.2.3