You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PayPal has started rolling out version 2 of their REST API, so we should handle both version 1 and version 2. The current structure doesn't allow for this, so we basically need to redesign how we handle API resources.
PayPal has started rolling out version 2 of their REST API, so we should handle both version 1 and version 2. The current structure doesn't allow for this, so we basically need to redesign how we handle API resources.
In the past, we have done something like this:
Now we will do something like this:
The text was updated successfully, but these errors were encountered: