Ashwin Purohit

Results 4 issues of Ashwin Purohit

Hello, I have a setup with a German and English-US translation, and when I run (from my Makefile): ``` cd $(ELM_DIR) && elm-i18n-switch --yes -l de --output . cd $(ELM_DIR)...

Previously DefaultCard was being parsed correctly on retrievalsbut was not allowed in updates. However, the Stripe API _does_ allow DefaultCard to be set on updates: https://stripe.com/docs/api#update_customer Includes tests, a typo...

I can read the default_card fine by retrieving a customer, but cannot update it even though that is legal: https://stripe.com/docs/api#update_customer. Fix coming.

In stripe.go there's a convenience constructor for most ...Client types, but there isn't one that says: Cards = new(CardClient) Any reason for that? I can submit a pull request fix...