Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

preferredBillingMethod typo in Order Get Example Response (openDirect 1.5.1) #3

Open
vongang opened this issue Mar 19, 2019 · 0 comments

Comments

@vongang
Copy link

vongang commented Mar 19, 2019

It seems in the Example Get Response of Order, the attributes preferredBillingMethod (line 2447) should be PreferredBillingMethod.

HTTP/1.1 200 OK Content-Type: application/json Content-Length: 187
{
  "Orders":[
    {
      "AccountId":"23873345",
      "Brand":"Four Wakes",
      "Budget":50000,
      "Currency":"USD",
      "EndDate":"2014-12-24T18:00:00.000Z",
      "Id":"1235872",
      "Name":"My Order",
      "preferredBillingMethod":"Electronic",   //"seems it should be PreferredBillingMethod"
      "ProviderData":"cid=563364",
      "StartDate":"2014-11-24T06:00:00.000Z"
    }
  ]
}
@vongang vongang changed the title preferredBillingMethod typo in Order Get Example Response preferredBillingMethod typo in Order Get Example Response (openDirect 1.5.1) Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant