Results 87 issues of Josh Smith

We need to expand the test for `object_name_to_module` in `Stripe.UtilTest` to cover all the possible object strings that we could receive from the Stripe API and ensure they're converted to...

2.0

Some of the documentation we have for the Stripe object modules could be improved with some better examples. Good examples can be found in the `1.4.0` documentation.

enhancement
help wanted

When I click on the link to go to your repo, I know I'm clicking a link that leaves code.gov. You even say so: ![screen shot 2016-11-03 at 6 58...

[Experience] ux
[Additions] feature
backlog

The GitHub events in the "Activity" section of a repo on code.gov appear to be mostly empty and without context: ![screen shot 2016-11-03 at 6 54 51 pm](https://cloud.githubusercontent.com/assets/321667/19991929/0ab73b54-a1f7-11e6-85f4-21686a6283f0.png) Pulling in...

[Experience] ux
[Inactive] on hold
[Additions] feature

I saw some discussion about `CONTRIBUTING.md` in #34. It would be great to pull in the `.github` files along with any `README` and `LICENSE` into the pages on code.gov.

[Type] Enhancement
[Status] Idea

The `account` schema maybe appears to be missing `transfers_enabled`. I'm not sure if this key went away with a new version of the API, but it does seem to indicate...

The following lines: https://github.com/stripe/openapi/blob/107afb558a844c516f562946602eeab86aae40f9/openapi/fixtures3.json#L531 https://github.com/stripe/openapi/blob/107afb558a844c516f562946602eeab86aae40f9/openapi/fixtures3.json#L535 ...show that we're returning customer data for an event which has an `object: "invoice"`, when it should be `object: "customer"`. This is causing an unexpected...

The PII token types appear to be missing from the `token` object. It looks like the `type` is missing the possibility of there being a `pii` type. The online API...

I noticed that the `plan` schema appears to be missing a `trial_period_days`, and while the Stripe documentation does not reference this key, it does appear to exist in the example...

# What's in this PR? I figured we could use this as a starting point to talk about what needs to change to make task assignment a bit more manageable....

in progress
needs code review
needs clarification