summaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-08-10 16:31:06 -0400
committerJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-08-10 16:31:06 -0400
commit050de4d39ca58446b02887bf5770864589e788cb (patch)
tree87725fd978f9c032151958ac2061d112865be827 /src/testing
parent280bbb526c245ac69762e989816cb4c4848cd22c (diff)
downloadmerchant-050de4d39ca58446b02887bf5770864589e788cb.tar.gz
merchant-050de4d39ca58446b02887bf5770864589e788cb.tar.bz2
merchant-050de4d39ca58446b02887bf5770864589e788cb.zip
add await_refund_obtained option to GET /orders/ in merchant lib
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing_api_cmd_wallet_get_order.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testing/testing_api_cmd_wallet_get_order.c b/src/testing/testing_api_cmd_wallet_get_order.c
index 76d620f7..3ebeda4e 100644
--- a/src/testing/testing_api_cmd_wallet_get_order.c
+++ b/src/testing/testing_api_cmd_wallet_get_order.c
@@ -301,6 +301,7 @@ wallet_get_order_run (void *cls,
GNUNET_TIME_UNIT_ZERO,
NULL,
NULL,
+ false,
&wallet_get_order_cb,
gos);
}