mirror of
https://github.com/aclindsa/moneygo.git
synced 2025-07-03 20:58:39 -04:00
client: Set contentType header
This commit is contained in:
@ -58,6 +58,7 @@ function importOFX(account, password, startDate, endDate) {
|
||||
|
||||
$.ajax({
|
||||
type: "POST",
|
||||
contentType: "application/json",
|
||||
dataType: "json",
|
||||
url: "v1/accounts/"+account.AccountId+"/imports/ofx",
|
||||
data: ofxdownload.toJSON(),
|
||||
|
Reference in New Issue
Block a user