mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 04:04:43 +08:00
feat(vsaas): add processor_merchant_id and created_by column in payment_intents and payments_attempts for v1 (#7768)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -232,6 +232,8 @@ impl PaymentAttemptInterface for MockDb {
|
||||
charges: None,
|
||||
issuer_error_code: None,
|
||||
issuer_error_message: None,
|
||||
processor_merchant_id: payment_attempt.processor_merchant_id,
|
||||
created_by: payment_attempt.created_by,
|
||||
setup_future_usage_applied: payment_attempt.setup_future_usage_applied,
|
||||
};
|
||||
payment_attempts.push(payment_attempt.clone());
|
||||
|
||||
Reference in New Issue
Block a user