From 88bfe66b3faaa39af19ce69e4b4da8f0ea3aaaba Mon Sep 17 00:00:00 2001 From: Marc Stibane Date: Tue, 17 Jan 2023 05:57:48 +0100 Subject: payload->args --- xcode/FTalerWalletcore.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xcode') 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\"}"); -- cgit v1.2.3