Hello!
I've been trying make an implementation with the Paypal REST API and while I was reviewing the classes, I noticed that the current implementation in Omnipay is using v1 of the API version, which will be deprecated soon as it is mentioned here:
"Deprecation notice: The /v1/payments endpoint is deprecated. Use the /v2/payments endpoint instead. For details, see PayPal Checkout Basic Integration."
I tried to find more information if Omnipay will upgrade the API to v2 but I was not able to find anything so I hope someone will answer this here.
Thanks!