fix(router): move payment token/method mandatory check to get trackers for payment update and confirm (#315)

This commit is contained in:
ItsMeShashank
2023-01-09 16:57:07 +05:30
committed by GitHub
parent a3f52bb456
commit e87fdb752d
5 changed files with 42 additions and 40 deletions

View File

@ -126,6 +126,7 @@ impl From<PaymentsRequest> for VerifyRequest {
}
}
#[derive(Clone)]
pub enum MandateTxnType {
NewMandateTxn,
RecurringMandateTxn,