silverapp / silver

Automated billing and payments for Django with a REST API
https://www.presslabs.com/code/silver/
Other
301 stars 80 forks source link

typo & obsolete keys in users endpoint API documentation #629

Closed jeromecc closed 5 years ago

jeromecc commented 5 years ago

Hi!

/silver/docs/billing-entities/customers.md

"<b>name</b>": "John Doe",
"company": "ACME Inc.",
"email": "johndoe@acme.inc",
"<b>address_1</b>": "Funny Road no.4",
"address_2": null,
"country": "US",
"<b>city</b>": "Wilmington",

Typos: bold html tags in key names

Obsolete key: "name" which was divided into "first_name" & "last_name"

Thanks for sharing the code of this great app!

jérôme

bogdanpetrea commented 5 years ago

Thanks @jeromecc, I've merged your pull request.