mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 19:42:27 +08:00
feat(connector): worldpay - add dynamic fields and update terminal status mapping (#6468)
This commit is contained in:
@ -254,7 +254,7 @@ impl PaymentAttemptInterface for MockDb {
|
||||
#[cfg(feature = "v1")]
|
||||
async fn find_payment_attempt_by_connector_transaction_id_payment_id_merchant_id(
|
||||
&self,
|
||||
_connector_transaction_id: &str,
|
||||
_connector_transaction_id: &common_utils::types::ConnectorTransactionId,
|
||||
_payment_id: &common_utils::id_type::PaymentId,
|
||||
_merchant_id: &common_utils::id_type::MerchantId,
|
||||
_storage_scheme: storage_enums::MerchantStorageScheme,
|
||||
|
||||
Reference in New Issue
Block a user