deivisonarthur / OSC-Magento-Brasil-6-Pro

One Step Checkout Brasil 6 Pro
75 stars 102 forks source link

erro no console payment.js #326

Open miroprf opened 6 years ago

miroprf commented 6 years ago

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