taler-mdb

GNU Taler Extensions and Integrations
Log | Files | Refs | Submodules | README | LICENSE

commit c69778910202afadb8bb25bc5d8b4bba56dad505
parent 16bc3d26021925542787dd1f52204cd689a13051
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 20 May 2022 12:13:45 +0200

try without TS

Diffstat:
Msrc/main.c | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/main.c b/src/main.c @@ -1679,9 +1679,11 @@ launch_payment (struct Product *product) orderReq = GNUNET_JSON_PACK ( GNUNET_JSON_pack_string ("summary", product->description), +#if BUG GNUNET_JSON_pack_timestamp ("pay_deadline", GNUNET_TIME_relative_to_timestamp ( PAY_TIMEOUT)), +#endif GNUNET_JSON_pack_object_steal ( "products", GNUNET_JSON_PACK ( @@ -1705,9 +1707,11 @@ launch_payment (struct Product *product) orderReq = GNUNET_JSON_PACK ( GNUNET_JSON_pack_string ("summary", product->description), +#if BUG GNUNET_JSON_pack_timestamp ("pay_deadline", GNUNET_TIME_relative_to_timestamp ( PAY_TIMEOUT)), +#endif TALER_JSON_pack_amount ("amount", &product->price), GNUNET_JSON_pack_string ("fulfillment_message",