thephpleague / omnipay-mollie

Mollie driver for the Omnipay PHP payment processing library
MIT License
62 stars 38 forks source link

This response does not support redirection #35

Closed jackym16 closed 5 years ago

jackym16 commented 7 years ago

Hi guys, am getting the following error messages when trying to do a purchase using paypal: Omnipay\Common\Exception\RuntimeException: This response does not support redirection in /vendor/omnipay/common/src/Omnipay/Common/Message/AbstractResponse.php my abstractResponse.php looks like this /**

namespace Omnipay\Common\Message;

use Omnipay\Common\Exception\RuntimeException; use Symfony\Component\HttpFoundation\RedirectResponse as HttpRedirectResponse; use Symfony\Component\HttpFoundation\Response as HttpResponse;

/**

barryvdh commented 5 years ago

Closing due to inactivity. If you feel this is still relevant, please let me know!