Skip to content

Commit 87c62b6

Browse files
Merge branch 'feat/payment-method-id-by-payment-token' of github.com:juspay/hyperswitch into feat/payment-method-id-by-payment-token
2 parents af38577 + c8d14c3 commit 87c62b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/router/src/routes/payment_methods.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ use crate::{
3333
types::{
3434
api::payment_methods::{self, PaymentMethodId},
3535
domain,
36-
storage::{payment_method::PaymentTokenData},
36+
storage::payment_method::PaymentTokenData,
3737
},
3838
};
3939

0 commit comments

Comments
 (0)