RBech / QuickPay_Shopware

Shopware integration for the QuickPay Payment gateway
1 stars 2 forks source link

Unable to load template snippet #1

Open NPE-Chefs opened 5 years ago

NPE-Chefs commented 5 years ago

Hi, The plugin has started to return an error with loading template snippets. suggested solution: "In order to prevent shopware from throwing an error every time QuickPay calls the callback URL of the shop, the default template renderer has to be disabled. this can be achieved by adding the following line at the beginning of the callbackAction method. $this->Front()->Plugins()->ViewRenderer()->setNoRender();"

bugreport.docx

Kind regards Nicolai

RBech commented 5 years ago

@NPE-Chefs Thank you for taking your time to report this bug :) If you want you can do a pull request and I'll merge it, otherwise I'll send out a new release later this week adding some new features as well

Clex1o1 commented 5 years ago

Hi, we added this pull request #2 :)