mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
refactor(helpers): rename order_id to payment_intent_client_secret (#285)
This commit is contained in:
@ -1080,7 +1080,7 @@ pub fn make_merchant_url_with_response(
|
||||
url,
|
||||
&[
|
||||
("status", status_check.to_string()),
|
||||
("order_id", payment_intent_id),
|
||||
("payment_intent_client_secret", payment_intent_id),
|
||||
],
|
||||
)
|
||||
.into_report()
|
||||
@ -1092,7 +1092,7 @@ pub fn make_merchant_url_with_response(
|
||||
url,
|
||||
&[
|
||||
("status", status_check.to_string()),
|
||||
("order_id", payment_intent_id),
|
||||
("payment_intent_client_secret", payment_intent_id),
|
||||
("amount", amount.to_string()),
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user