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
He probado a pasarle el parametro merchant_url en la llamada al TPV(redsys_form_path) de la siguiente forma: redsys_form_path( amount: payment.amount, order: payment.uid, language: '001', merchant_url: 'https://xxxx.com/redsys/notification', url_ok: ENV['REDSYS_URL_OK'], url_ko: ENV['REDSYS_URL_KO'])
Pero sigue intentando realizar la llamada a esa misma ruta pero con protocolo HTTP, por lo que me devuelve un error 301.
Alguna sugerencia?
Gracias!
The text was updated successfully, but these errors were encountered:
He probado a pasarle el parametro merchant_url en la llamada al TPV(redsys_form_path) de la siguiente forma:
redsys_form_path( amount: payment.amount, order: payment.uid, language: '001', merchant_url: 'https://xxxx.com/redsys/notification', url_ok: ENV['REDSYS_URL_OK'], url_ko: ENV['REDSYS_URL_KO'])
Pero sigue intentando realizar la llamada a esa misma ruta pero con protocolo HTTP, por lo que me devuelve un error 301.
Alguna sugerencia?
Gracias!
The text was updated successfully, but these errors were encountered: