Skip to content
New issue

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

[paypal] request body is array #419

Open
Alice52 opened this issue Sep 5, 2024 · 1 comment
Open

[paypal] request body is array #419

Alice52 opened this issue Sep 5, 2024 · 1 comment

Comments

@Alice52
Copy link
Contributor

Alice52 commented Sep 5, 2024

@iGoogle-ink

docs

  1. https://developer.paypal.com/docs/api/orders/v2/#orders_trackers_patch

  2. which request body is raw array, so how do this by gopay.BodyMap, which is map: type BodyMap map[string]any

    [
        {
            "op": "add",
            "path": "/notify_payer",
            "value": true
          }
    ]
@iGoogle-ink
Copy link
Member

好问题,看样子需要优化了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@iGoogle-ink @Alice52 and others