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
Houston, we have a problem.
When creating a payment in the production environment, this error is returned:
error creating payment: payment-create: json: cannot unmarshal string into Go struct field Payment.pay_amount of type float64
This is bad news, looks like an inconsistency between their sandbox and production environment.
This will require a dirty hack :(
The text was updated successfully, but these errors were encountered:
Fix the env inconsistency with a dirty hack
be7e430
Fixes #34
Unmarshal error on payment creation in production environment (#35)
070eded
matm
Successfully merging a pull request may close this issue.
Houston, we have a problem.
When creating a payment in the production environment, this error is returned:
This is bad news, looks like an inconsistency between their sandbox and production environment.
This will require a dirty hack :(
The text was updated successfully, but these errors were encountered: