-
Notifications
You must be signed in to change notification settings - Fork 177
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 Rest V2 Support #272
base: master
Are you sure you want to change the base?
Conversation
…into v1 folders In Message I created a Rest directory that has V1 and V2 directories. Everything v1 moved into v1 directories and all tests pass.
add refund
@barryvdh Sorry to ping you but I'm just trying to get some insight from a maintainer. We migrated a fairly large project to use omnipay over and in the process added the latest from PayPal. Lots has changed/updated on the PayPal side since the package first came out, their v2/v3 stuff looks a lot more like stripe now. We have our project running from our fork in this PR. Ideally, I'd love to get this merged upstream, but we're (my company) at the point now where it is working for what we need and so I don't want to invest a bunch of time into getting this ready to merge if it's just going to sit as an open PR for years... as it seems like that's been the case for a few other open ones in this repo. But totally willing to do what's necessary to get it merged, love omnipay and also think PayPal has a very robust offering now. If you're not the guy maybe you could point me in the direction of someone who can help guide me? |
Sorry I'm not really familiar with the PayPal API, so hard to test. But is there a reason we need to support V1 at all? How different is V1 from V2 from a Omnipay end-user point of view? |
Wanting to contribute Rest V2 support to this package as the v1 routes that PayPal_Rest uses are now deprecated.
Starting this draft PR to get some input from maintainers if there is anything we need to make sure is covered to get this merged.