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
No magento 1.9.0.1 tem OSC-Magento-Brasil-6-Pro na finalização da compra em onestepcheckout/index/
No console esta dando erros:
Uncaught TypeError: Cannot read property 'addActionBlocksToQueueAfterFn' of undefined
at klass.initObservers (payment.js:109)
at klass.initialize (payment.js:20)
at new klass (prototype.js:101)
at (index):1338
Linha 109 do payment.js no onestepcheckout
if (!this.wrapContainer.addActionBlocksToQueueAfterFn) {
Uncaught TypeError: Cannot read property 'addActionBlocksToQueueAfterFn' of undefined
Linha 20 payment.js no onestepcheckout
this.initObservers();
prototype.js linha 101
this.initialize.apply(this, arguments);
Alguém teve esse erro, tentei arrumar mais não funcionou, alguma dia.
Obrigado
The text was updated successfully, but these errors were encountered:
No magento 1.9.0.1 tem OSC-Magento-Brasil-6-Pro na finalização da compra em onestepcheckout/index/
No console esta dando erros:
Uncaught TypeError: Cannot read property 'addActionBlocksToQueueAfterFn' of undefined
at klass.initObservers (payment.js:109)
at klass.initialize (payment.js:20)
at new klass (prototype.js:101)
at (index):1338
Linha 109 do payment.js no onestepcheckout
if (!this.wrapContainer.addActionBlocksToQueueAfterFn) {
Uncaught TypeError: Cannot read property 'addActionBlocksToQueueAfterFn' of undefined
Linha 20 payment.js no onestepcheckout
this.initObservers();
prototype.js linha 101
this.initialize.apply(this, arguments);
Alguém teve esse erro, tentei arrumar mais não funcionou, alguma dia.
Obrigado
The text was updated successfully, but these errors were encountered: