Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
AnuthaDev committed Oct 25, 2024
1 parent 70f4253 commit 4dded33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/router/src/types/api/payments.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub use api_models::payments::{PaymentsCreateIntentRequest, PaymentsIntentRespon
use error_stack::ResultExt;
pub use hyperswitch_domain_models::router_flow_types::payments::{
Approve, Authorize, AuthorizeSessionToken, Balance, CalculateTax, Capture, CompleteAuthorize,
CreateConnectorCustomer, IncrementalAuthorization, InitPayment, PSync, PaymentConfirmIntent,
CreateConnectorCustomer, IncrementalAuthorization, InitPayment, PSync,
PaymentCreateIntent, PaymentGetIntent, PaymentMethodToken, PostProcessing, PostSessionTokens,
PreProcessing, Reject, SdkSessionUpdate, Session, SetupMandate, Void,
};
Expand Down

0 comments on commit 4dded33

Please sign in to comment.