We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GET https://api.stripe.com/v1/customers/cus_GtHh3VC7Hhwgkc
for a non-existent customer produces:
{ "error": { "code": "resource_missing", "doc_url": "https://stripe.com/docs/error-codes/resource-missing", "message": "No such customer: cus_GtHh3VC7Hhwgkc", "param": "id", "type": "invalid_request_error" } }
but the stringified version is:
Error: invalid_request_error - No such customer: cus_GtHh3VC7Hhwgkc On parameter: id Card error: resource_missing
note that 'Card error' is hard-coded in the sub
stripe-perl/lib/Net/Stripe/Error.pm
Lines 14 to 21 in b82aa50
we should also add a newline before 'On parameter'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
GET https://api.stripe.com/v1/customers/cus_GtHh3VC7Hhwgkc
for a non-existent customer produces:
but the stringified version is:
note that 'Card error' is hard-coded in the sub
stripe-perl/lib/Net/Stripe/Error.pm
Lines 14 to 21 in b82aa50
we should also add a newline before 'On parameter'
The text was updated successfully, but these errors were encountered: