You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_* = payment_razorpay
This commit introduces support for FPX as a payment method in the Razorpay.
Why this solution?
When using the Razorpay Orders API, specifying fpx as the payment method in the
payload results in an error: 'currency should be INR when method is fpx'.
This limitation prevents FPX from being used directly in the API call.
What is the solution?
To address this, FPX has been added to the FALLBACK_PAYMENT_METHOD_CODES. This
adjustment ensures that no specific payment method is included in the API
payload, allowing Razorpay to present the user with a payment form listing all
available methods. From there, the user can select FPX as their preferred
payment method.
task-4364895
closesodoo#192837
Signed-off-by: Shrey Mehta (shrm) <[email protected]>
0 commit comments