merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 85ad04b5e9c27286f3f889114df89b873116d945
parent be20f4658d9825f1dc72ad51365f3957d5b69f92
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 15 Jul 2023 13:14:37 +0200

-tip => reward

Diffstat:
Msrc/backend/taler-merchant-httpd.h | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/backend/taler-merchant-httpd.h b/src/backend/taler-merchant-httpd.h @@ -280,12 +280,12 @@ struct TMH_OrderRefundEventP /** - * Event generated when a client picks up a tip. + * Event generated when a client picks up a reward. */ struct TMH_RewardPickupEventP { /** - * Type is #TALER_DBEVENT_MERCHANT_TIP_PICKUP. + * Type is #TALER_DBEVENT_MERCHANT_REWARD_PICKUP. */ struct GNUNET_DB_EventHeaderP header; @@ -429,7 +429,7 @@ struct TMH_RequestHandler /** * Does this request include an identifier segment - * (product_id, reserve_pub, order_id, tip_id, template_id, webhook_id) in the + * (product_id, reserve_pub, order_id, reward_id, template_id, webhook_id) in the * second segment? */ bool have_id_segment;