Docs: Adding redirect url details (#5507)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
This commit is contained in:
GORAKHNATH YADAV
2024-08-22 17:24:16 +05:30
committed by GitHub
parent d14c7887e9
commit c36c5d69a7
3 changed files with 13 additions and 13 deletions

View File

@ -2985,7 +2985,6 @@ where
| PaymentMethodDataResponse::MandatePayment {}
| PaymentMethodDataResponse::GiftCard {}
| PaymentMethodDataResponse::PayLater(_)
| PaymentMethodDataResponse::Paypal {}
| PaymentMethodDataResponse::RealTimePayment {}
| PaymentMethodDataResponse::Upi {}
| PaymentMethodDataResponse::Wallet {}
@ -3012,7 +3011,6 @@ pub enum PaymentMethodDataResponse {
BankTransfer {},
Wallet {},
PayLater(Box<PaylaterResponse>),
Paypal {},
BankRedirect {},
Crypto {},
BankDebit {},