Skip to content

Commit

Permalink
HOund
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsaicharan1 committed Aug 12, 2019
1 parent cc23865 commit 0a15fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/orders.py
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ def initiate_transaction(order_identifier):
paytm_params["body"] = {
"requestType": "Payment",
"mid": get_settings()['paytm_sandbox_merchant'] if paytm_mode == 'sandbox'
else get_settings()['paytm_live_merchant'],
else get_settings()['paytm_live_merchant'],
"websiteName": "eventyay",
"orderId": order.id,
"callbackUrl": "",
Expand Down

0 comments on commit 0a15fc0

Please sign in to comment.