I am trying to use OmniPay PayPal (REST), but I a facing several problems so I would like to ask:
- Is it still maintained ? https://github.com/thephpleague/omnipay-paypal
- In PHP file docs there is link @link https://developer.paypal.com/docs/api/#create-a-payment which does not exists. Is it some kind of old version of PayPal API?
- Is there any better documentation? I only found lots of website using the same tutorial.
- For example there is written to use 'returnUrl' property directly in purchase object, but in PayPal documentation it should be under 'application_context' property. So where is the truth?
Thank you
I tried to google tutorials, but there is always only one same small example.