Skip to content

Commit e9a645d

Browse files
committed
github checks fix
1 parent e44f499 commit e9a645d

File tree

1 file changed

+1
-3
lines changed
  • crates/hyperswitch_connectors/src

1 file changed

+1
-3
lines changed

crates/hyperswitch_connectors/src/utils.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ use common_utils::{
1717
types::{AmountConvertor, MinorUnit},
1818
};
1919
use error_stack::{report, ResultExt};
20-
#[cfg(feature = "payouts")]
21-
use hyperswitch_domain_models::router_request_types::PayoutsData;
2220
use hyperswitch_domain_models::{
2321
address::{Address, AddressDetails, PhoneDetails},
2422
payment_method_data::{self, Card, CardDetailsForNetworkTransactionId, PaymentMethodData},
@@ -1346,7 +1344,7 @@ pub trait PayoutFulfillRequestData {
13461344
fn get_connector_transfer_method_id(&self) -> Result<String, Error>;
13471345
}
13481346
#[cfg(feature = "payouts")]
1349-
impl PayoutFulfillRequestData for PayoutsData {
1347+
impl PayoutFulfillRequestData for hyperswitch_domain_models::router_request_types::PayoutsData {
13501348
fn get_connector_payout_id(&self) -> Result<String, Error> {
13511349
self.connector_payout_id
13521350
.clone()

0 commit comments

Comments
 (0)