PAYONE-GmbH / shopware-5

PAYONE Payment Plugin for shopware 5
MIT License
10 stars 24 forks source link

Missung function moptShowGeneralIFrameError #336

Closed RQqrwTfK3uV5 closed 4 years ago

RQqrwTfK3uV5 commented 4 years ago

When creditcard payment uses the hosted iFrame solution and nothing else then the Credit card type is selected, after the submit a javascript error due to en undefined function is thrown:

Uncaught ReferenceError: moptShowGeneralIFrameError is not defined

See: engine/Shopware/Plugins/Community/Frontend/MoptPaymentPayone/Views/frontend/_resources/javascript/mopt_payment.js:545

Tested with Shopware 5.5.9 and Plugin Version 4.0.1

hreinberger commented 4 years ago

Hi, this should have been fixed by #321 which will ship in the next release. Can you try out the current master and confirm?

RQqrwTfK3uV5 commented 4 years ago

Sorry for the late response.

Yes this fixes the issue.