Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Send PUT data properly in coupon-code.js.coffee
Previously we were sending our data as a query string, instead we should send it as JSON, since this is a PUT request. This also avoids using the deprecated Spree.url
- Loading branch information