Setono / SyliusGiftCardPlugin

Sell gift cards on your Sylius store and let users use them in the checkout process
MIT License
45 stars 41 forks source link

Adding the giftCard with `_partial` route fails on production #119

Closed Roshyo closed 3 years ago

Roshyo commented 3 years ago

Whereas it has no problem on dev environment, performing an AJAX call on /_partial route results in a unauthorized response from Symfony, and results in no GiftCard added. We should use /ajax route instead.

Roshyo commented 3 years ago

Closed by #120