Hi guys, Am Getting the following exception when trying to do a purchase call using Paypal: Omnipay\Common\Exception\RuntimeException: Error: This response does not support redirection. and the following is the code in common/src/Omnipay/Common/Message/AbstractResponse.php
_<?php namespace Omnipay\Common\Message; use Omnipay\Common\Exception\RuntimeException; use Symfony\Component\HttpFoundation\RedirectResponse as HttpRedirectResponse; use Symfony\Component\HttpFoundation\Response as HttpResponse; /**
Kindly assist on what am supposed to do to correct the above error message. Thanks
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community