Fix fat finger.

This commit is contained in:
Steven Miers 2014-11-24 15:05:38 -06:00
parent 0b5d85f4f2
commit b35f3ef9ef
1 changed files with 1 additions and 1 deletions

View File

@ -1351,7 +1351,7 @@
function placeOrder(options) {
return $.ajax({
type: "POST", lll
type: "POST",
url: '/api/recurly/place_order?' + $.param(options),
dataType: "json",
contentType: 'application/json'