php-monsters / laravel-online-payment

Online payment component for Laravel 5+ which supports all Iranian payment gateways
http://banktest.ir
Other
71 stars 28 forks source link

generateForm() must be of the type string, object returned #23

Closed imansarhaddi closed 4 years ago

imansarhaddi commented 4 years ago

You set generateForm() to return string in Adapters

But "return view " actually return "\Illuminate\View\View | \Illuminate\Contracts\View\Factory" I'm guessing it's because of laravel version!

my laravel version: 6.0

samuraee commented 4 years ago

The issue resolved in version 7.1.4. Please run composer update