mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 19:42:27 +08:00
db: Added Reverse lookup table (#147)
This commit is contained in:
@ -348,7 +348,9 @@ impl From<&storage::PaymentAttempt> for BachRedirectResponse {
|
||||
Self {
|
||||
url: format!(
|
||||
"/payments/start/{}/{}/{}",
|
||||
&payment_attempt.payment_id, &payment_attempt.merchant_id, &payment_attempt.txn_id
|
||||
&payment_attempt.payment_id,
|
||||
&payment_attempt.merchant_id,
|
||||
&payment_attempt.attempt_id
|
||||
),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user