Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: wrong types definition specified for class field
According to [official docs for customer creation](https://razorpay.com/docs/api/customers/create/) using razorpay API, `fail_existing` should be a string. But the types defined where `boolean`, numeric `1` & `0`. fixes razorpay#377, fixes razorpay#381
- Loading branch information