Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undefined type 'Omnipay\Omnipay' #683

Open
CSharpDaddy opened this issue Sep 24, 2022 · 0 comments
Open

Undefined type 'Omnipay\Omnipay' #683

CSharpDaddy opened this issue Sep 24, 2022 · 0 comments

Comments

@CSharpDaddy
Copy link

CSharpDaddy commented Sep 24, 2022

Does anyone know what's causing this?

Im using laravel 9

<?php

namespace App\Http\Controllers;
use Omnipay\Omnipay;

class PaymentController extends Controller
{
    private $gateway;
    
    public function __construct()
    {
        $this->gateway = Omnipay::create('PayPal_Rest');
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant