You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using PayPal_Rest and with clientId and secret defined in settings.yml
An exception is raised from InvestController.php at the following line:
return $this->dispatch(AppEvents::INVEST_INIT_REDIRECT, new FilterInvestRequestEvent($method, $response))->getHttpResponse();
Is that a problem with OmniPay or PayPal Rest ?
The text was updated successfully, but these errors were encountered:
I am using PayPal_Rest and with clientId and secret defined in settings.yml
An exception is raised from InvestController.php at the following line:
return $this->dispatch(AppEvents::INVEST_INIT_REDIRECT, new FilterInvestRequestEvent($method, $response))->getHttpResponse();
Is that a problem with OmniPay or PayPal Rest ?
The text was updated successfully, but these errors were encountered: