mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +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,
|
url,
|
||||||
&[
|
&[
|
||||||
("status", status_check.to_string()),
|
("status", status_check.to_string()),
|
||||||
("order_id", payment_intent_id),
|
("payment_intent_client_secret", payment_intent_id),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
.into_report()
|
.into_report()
|
||||||
@ -1092,7 +1092,7 @@ pub fn make_merchant_url_with_response(
|
|||||||
url,
|
url,
|
||||||
&[
|
&[
|
||||||
("status", status_check.to_string()),
|
("status", status_check.to_string()),
|
||||||
("order_id", payment_intent_id),
|
("payment_intent_client_secret", payment_intent_id),
|
||||||
("amount", amount.to_string()),
|
("amount", amount.to_string()),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user