mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 04:04:43 +08:00
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:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user