Open OutdatedGuy opened 6 months ago
According to official docs for customer creation using razorpay API, fail_existing should be a string.
fail_existing
But the types defined were boolean, numeric 1 & 0.
boolean
1
0
fixes #377, fixes #381
According to official docs for customer creation using razorpay API,
fail_existing
should be a string.But the types defined were
boolean
, numeric1
&0
.fixes #377, fixes #381