I have a Laravel application using Omnipay/PayPal (PayPal Express) and I can't get it to redirect to the Credit Card landing page.
Is this possible?
I have solutionType set to Sole and landingPage set to Billing, but I always get PayPal's sign in form.
I have read a lot, and these two parameters shoud do it.
Even if I follow Omnipay's example, the same happens: can't get to the Credit Card landing page.
I'm using a Sandbox test account, and testMode is set to true.
Anything I'm missing?