summaryrefslogtreecommitdiff
path: root/xcode
diff options
context:
space:
mode:
authorMarc Stibane <marc@taler.net>2023-01-17 05:57:48 +0100
committerMarc Stibane <marc@taler.net>2023-01-17 05:57:48 +0100
commit88bfe66b3faaa39af19ce69e4b4da8f0ea3aaaba (patch)
tree44eb2ae8523a819605eec7185ca4ff9d6a4f41b4 /xcode
parent417677a3f29da137a267fa5deca2f84315c17327 (diff)
downloadquickjs-tart-88bfe66b3faaa39af19ce69e4b4da8f0ea3aaaba.tar.gz
quickjs-tart-88bfe66b3faaa39af19ce69e4b4da8f0ea3aaaba.tar.bz2
quickjs-tart-88bfe66b3faaa39af19ce69e4b4da8f0ea3aaaba.zip
payload->args
Diffstat (limited to 'xcode')
-rw-r--r--xcode/FTalerWalletcore.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/xcode/FTalerWalletcore.m b/xcode/FTalerWalletcore.m
index 234e3a3..17aade7 100644
--- a/xcode/FTalerWalletcore.m
+++ b/xcode/FTalerWalletcore.m
@@ -29,7 +29,7 @@ TALER_WALLET_test(int wait)
TALER_WALLET_run(wh);
- TALER_WALLET_send_request(wh, "{\"operation\": \"init\", \"payload\": {\"skipDefaults\": true}}");
+ TALER_WALLET_send_request(wh, "{\"operation\": \"init\", \"args\": {\"skipDefaults\": true}}");
TALER_WALLET_send_request(wh, "{\"operation\": \"getVersion\"}");