Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This allows for a `0` price to be set as a price `amount` in Stripe. `GetOk` considers `0` as a null value for integers, because it's unclear whether it was intentionally set or unset. `GetOkExists` allows us to get whatever value was set, even if it's `0`. Fixes franckverrot#42
- Loading branch information