mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 11:24:45 +08:00
fix(router): move payment token/method mandatory check to get trackers for payment update and confirm (#315)
This commit is contained in:
@ -126,6 +126,7 @@ impl From<PaymentsRequest> for VerifyRequest {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
pub enum MandateTxnType {
|
||||
NewMandateTxn,
|
||||
RecurringMandateTxn,
|
||||
|
||||
Reference in New Issue
Block a user