feat(connector): [Redsys] Use merchant payment_id for ds_merchant_order with length check (#8485)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Saptak Dutta
2025-07-03 21:55:45 +05:30
committed by GitHub
parent 37a95e3733
commit 6678ee3517
49 changed files with 346 additions and 45 deletions

View File

@ -236,6 +236,7 @@ impl PaymentAttemptInterface for MockDb {
created_by: payment_attempt.created_by,
setup_future_usage_applied: payment_attempt.setup_future_usage_applied,
routing_approach: payment_attempt.routing_approach,
connector_request_reference_id: payment_attempt.connector_request_reference_id,
};
payment_attempts.push(payment_attempt.clone());
Ok(payment_attempt)