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
PayU payment provider requires to pass customer's IP address on the payment registration process. There is no way of getting it inside of PaymentMethodHandler.
As PaymentMethodHandler passes RequestContext to the createPayment method the best way would be getting there Request object with remoteAddress.
PayU payment provider requires to pass customer's IP address on the payment registration process. There is no way of getting it inside of
PaymentMethodHandler
.As
PaymentMethodHandler
passesRequestContext
to thecreatePayment
method the best way would be getting thereRequest
object withremoteAddress
.As discussed on Slack.
The text was updated successfully, but these errors were encountered: