mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
feat(address): add payment method billing details (#3812)
This commit is contained in:
@ -148,6 +148,7 @@ impl PaymentAttemptInterface for MockDb {
|
||||
unified_code: payment_attempt.unified_code,
|
||||
unified_message: payment_attempt.unified_message,
|
||||
mandate_data: payment_attempt.mandate_data,
|
||||
payment_method_billing_address_id: payment_attempt.payment_method_billing_address_id,
|
||||
fingerprint_id: payment_attempt.fingerprint_id,
|
||||
};
|
||||
payment_attempts.push(payment_attempt.clone());
|
||||
|
||||
Reference in New Issue
Block a user