-
Notifications
You must be signed in to change notification settings - Fork 5
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
How do I pass a fully formed purchase units array to OrderRequestBuilder #32
Comments
@zerocarbthirty Looking at the Documentation for the SDKs, you should be able to do something like this:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Because PayPal broke something in their API our integration stopped working last week. We had been using paypal-checkout-sdk which is old and deprecated but it still worked until last week.
Anyhow I am trying to integrate PayPal-PHP-Server-SDK into our application and I am having the hardest time figuring out how I can just send an entire fully formed purchase_units array to the builder. I cannot really figure out what the builder wants here:
We'd really like to just keep using the same purchase_units definition that we've been using for a decade or so.
Any thoughts?
The text was updated successfully, but these errors were encountered: