mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 19:42:27 +08:00
feat: added client_source, client_version in payment_attempt from payments confirm request headers (#4657)
This commit is contained in:
@ -157,6 +157,8 @@ impl PaymentAttemptInterface for MockDb {
|
||||
mandate_data: payment_attempt.mandate_data,
|
||||
payment_method_billing_address_id: payment_attempt.payment_method_billing_address_id,
|
||||
fingerprint_id: payment_attempt.fingerprint_id,
|
||||
client_source: payment_attempt.client_source,
|
||||
client_version: payment_attempt.client_version,
|
||||
};
|
||||
payment_attempts.push(payment_attempt.clone());
|
||||
Ok(payment_attempt)
|
||||
|
||||
Reference in New Issue
Block a user