Explorar el Código

Correctif

refactoring
Guillaume Bourgeois hace 1 año
padre
commit
8f40e77a72
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      producer/web/js/vuejs/order-order.js

+ 1
- 1
producer/web/js/vuejs/order-order.js Ver fichero

@@ -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 {

Cargando…
Cancelar
Guardar