mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-11-04 05:59:48 +08:00 
			
		
		
		
	feat(connector): [ACI] Use connector_request_reference_id as reference to the connector (#2549)
Signed-off-by: Azanul <azanulhaque@gmail.com>
This commit is contained in:
		@ -203,7 +203,9 @@ impl
 | 
				
			|||||||
                    bank_account_iban: None,
 | 
					                    bank_account_iban: None,
 | 
				
			||||||
                    billing_country: Some(country.to_owned()),
 | 
					                    billing_country: Some(country.to_owned()),
 | 
				
			||||||
                    merchant_customer_id: Some(Secret::new(item.get_customer_id()?)),
 | 
					                    merchant_customer_id: Some(Secret::new(item.get_customer_id()?)),
 | 
				
			||||||
                    merchant_transaction_id: Some(Secret::new(item.payment_id.clone())),
 | 
					                    merchant_transaction_id: Some(Secret::new(
 | 
				
			||||||
 | 
					                        item.connector_request_reference_id.clone(),
 | 
				
			||||||
 | 
					                    )),
 | 
				
			||||||
                    customer_email: None,
 | 
					                    customer_email: None,
 | 
				
			||||||
                }))
 | 
					                }))
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user