thephpleague / omnipay

A framework agnostic, multi-gateway payment processing library for PHP 5.6+
http://omnipay.thephpleague.com/
MIT License
5.91k stars 925 forks source link

PayPal with Laravel 8 use PayPal API v1 #660

Open Ulsah opened 2 years ago

Ulsah commented 2 years ago

Hello there,

I recently integrated PayPal API with my Laravel 8 project using omnipay. It works completely fine. But I noticed in my sandbox dashboard that my integration has been using the PayPal API v1 which is deprecated. Does omnipay use v1 of Paypal by default or am I missing something that needs to be done to use v2. If there is a way to use v2 can someone point out how to use it.

Thank you