Fix fat finger.
This commit is contained in:
parent
0b5d85f4f2
commit
b35f3ef9ef
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue