Ricardo Banegas

Results 3 comments of Ricardo Banegas

It does supports PATCH `patch(url, [body], [options])` Works just like POST: `this.$http.patch('/someUrl', [body], [options]).then(successCallback, errorCallback)` Read more https://github.com/pagekit/vue-resource/blob/develop/docs/http.md

Same for us, we are being redirected to "/quick-order?step=3#stripe_error" with One Page Checkout and Prestashop 1.6.0.9. Anyone have a clue what the problem might be?

Solved (ugly?) So we had this module: One Page Checkout (latest version - zelarg) which binds to the same ".stripe-submit-button" and "#stripe-payment-form". This lead to the stripe token not being...