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
GET http://********/en/rest/en/V1/orders//omise-offsite?_=1564125581958 400 (Bad Request)
Code causing the problem:
` function(response) {
var self = this;
var serviceUrl = urlBuilder.createUrl(
'/orders/:order_id/omise-offsite',
{
order_id: response
}
);
` Expected Results:
Customer forwarded to payment gateway
This only happens with version omise-magento 2.8 amd didnt happen in previous versions. If i have a clean installation of magento i cannot reproduce the issue. This issue only happens with a custom theme.
The text was updated successfully, but these errors were encountered:
Hi @jacstn
Sorry for late reply. I did manage to reproduce the issue on a clean install of magento. Its was due to minify HTML and java bundling. I disabled both and it worked in the end
Environment:
PHP 7+
Magento 2.2.7 -> 2.3.2
Nginx
Varnish
Ubuntu 18.04
Custom Theme
Steps to reproduce:
Error:
GET http://********/en/rest/en/V1/orders//omise-offsite?_=1564125581958 400 (Bad Request)
Code causing the problem:
` function(response) {
var self = this;
`
Expected Results:
Customer forwarded to payment gateway
This only happens with version omise-magento 2.8 amd didnt happen in previous versions. If i have a clean installation of magento i cannot reproduce the issue. This issue only happens with a custom theme.
The text was updated successfully, but these errors were encountered: