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

Data mismatch between docs and stored values #368

Open
AlexandrUrita opened this issue Sep 1, 2017 · 0 comments
Open

Data mismatch between docs and stored values #368

AlexandrUrita opened this issue Sep 1, 2017 · 0 comments

Comments

@AlexandrUrita
Copy link
Contributor

Currently our system is storing country as object:
{ "Name": "United States", "UN": "USA", "ISO": "US", "RevenueModel": [ "advertising+micropayments", "advertising+subscriptions", "micropayments+subscriptions" ], "Currency": [ "usd" ] }

But api requires country as string:
{
“ThemeId”: “string”,
“Name”: “string”,
“Website”: “string”,
“SupportEmail”: “string”,
“Country”: "string",
“AWSAccessKeyId”: “string”,
“AWSSecretAccessKey”: “string”,
“CloudFrontId”: “string”,
“UserInfo”: {},
“ServerInfo”: {},
“ConfigDefaults”: {}
}

@eistrati Please advice what string from object should be transmit to api?
Options are listed below:

  • "Name": "United States",
  • "UN": "USA",
  • "ISO": "US",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants