diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-05-08 23:40:48 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-05-08 23:40:48 +0200 |
commit | d6fc0b6fc79e1a15ec37128521c5b7403a3b0927 (patch) | |
tree | 97ffb3044ea4e69ef34fcc9697c7477f4792b16f /src/lib | |
parent | 1c14e3319d3f82363a3bfd935410748eb8afb597 (diff) |
more work on POST /transfer
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/merchant_api_post_order_pay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/merchant_api_post_order_pay.c b/src/lib/merchant_api_post_order_pay.c index 178f47a0..650211c9 100644 --- a/src/lib/merchant_api_post_order_pay.c +++ b/src/lib/merchant_api_post_order_pay.c @@ -584,7 +584,7 @@ TALER_MERCHANT_order_pay (struct GNUNET_CURL_Context *ctx, .purpose.size = htonl (sizeof (dr)), .h_contract_terms = *h_contract_terms, .h_wire = *h_wire, - .timestamp = GNUNET_TIME_absolute_hton (timestamp), + .wallet_timestamp = GNUNET_TIME_absolute_hton (timestamp), .refund_deadline = GNUNET_TIME_absolute_hton (refund_deadline), .merchant = *merchant_pub }; |