aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-integrationtests/src/helpers.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2020-12-08 14:26:06 +0100
committerFlorian Dold <florian@dold.me>2020-12-08 14:26:06 +0100
commitabb422e14afa04ad62153c0d88532f98de741c2b (patch)
treec87263770f1c2a7099956821cc314349466d7ecc /packages/taler-integrationtests/src/helpers.ts
parent80f5d2d0f33860cdd3225a2054cac462df2e8828 (diff)
fee display regression test
Diffstat (limited to 'packages/taler-integrationtests/src/helpers.ts')
-rw-r--r--packages/taler-integrationtests/src/helpers.ts6
1 files changed, 1 insertions, 5 deletions
diff --git a/packages/taler-integrationtests/src/helpers.ts b/packages/taler-integrationtests/src/helpers.ts
index f633ea82d..f4e676b61 100644
--- a/packages/taler-integrationtests/src/helpers.ts
+++ b/packages/taler-integrationtests/src/helpers.ts
@@ -334,11 +334,7 @@ export async function makeTestPayment(
const instance = args.instance ?? "default";
const orderResp = await MerchantPrivateApi.createOrder(merchant, instance, {
- order: {
- summary: "Buy me!",
- amount: "TESTKUDOS:5",
- fulfillment_url: "taler://fulfillment-success/thx",
- },
+ order: args.order,
});
let orderStatus = await MerchantPrivateApi.queryPrivateOrderStatus(merchant, {