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:
Uzair Khan
2025-04-22 13:37:44 +05:30
committed by GitHub
parent 8a68cc7c6b
commit 6281ae067a
30 changed files with 591 additions and 105 deletions

View File

@ -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());