Browse Source

Correctif

refactoring
Guillaume Bourgeois 1 year ago
parent
commit
8f40e77a72
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      producer/web/js/vuejs/order-order.js

+ 1
- 1
producer/web/js/vuejs/order-order.js View File

@@ -574,7 +574,7 @@ var app = new Vue({
window.location.href = response.data.redirect ;
}
else {
//window.location.href = opendistrib_base_url(true)+'order/confirm?idOrder='+response.data.idOrder ;
window.location.href = opendistrib_base_url(true)+'order/confirm?idOrder='+response.data.idOrder ;
}
}
else {

Loading…
Cancel
Save