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
@iGoogle-ink
https://developer.paypal.com/docs/api/orders/v2/#orders_trackers_patch
which request body is raw array, so how do this by gopay.BodyMap, which is map: type BodyMap map[string]any
gopay.BodyMap
type BodyMap map[string]any
[ { "op": "add", "path": "/notify_payer", "value": true } ]
The text was updated successfully, but these errors were encountered:
好问题,看样子需要优化了
Sorry, something went wrong.
No branches or pull requests
@iGoogle-ink
docs
https://developer.paypal.com/docs/api/orders/v2/#orders_trackers_patch
which request body is raw array, so how do this by
gopay.BodyMap
, which is map:type BodyMap map[string]any
The text was updated successfully, but these errors were encountered: