-
Notifications
You must be signed in to change notification settings - Fork 9
feat: paypal refund rsync flow #349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| } | ||
| PaymentMethodData::MandatePayment | ||
| | PaymentMethodData::Reward | ||
| PaymentMethodData::MandatePayment => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
MandatePayment should be handled in RepeatPayment flow
| macros::macro_connector_implementation!( | ||
| connector_default_implementations: [get_content_type, get_error_response_v2], | ||
| connector: Paypal, | ||
| curl_request: Json(paypal::PaypalRefundRequest), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| curl_request: Json(paypal::PaypalRefundRequest), | |
| curl_request: Json(PaypalRefundRequest), |
| macros::macro_connector_implementation!( | ||
| connector_default_implementations: [get_content_type, get_error_response_v2], | ||
| connector: Paypal, | ||
| curl_response: paypal::RefundSyncResponse, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| curl_response: paypal::RefundSyncResponse, | |
| curl_response: RefundSyncResponse, |
Description
Refund and Rsync flow of paypal implementation
Motivation and Context
Refund and Rsync flow of paypal implementation
Additional Changes
How did you test it?
https://github.com/juspay/hyperswitch-cloud/issues/12818
https://github.com/juspay/hyperswitch-cloud/issues/12819