Giter VIP home page Giter VIP logo

Comments (8)

makasim avatar makasim commented on May 27, 2024

hidden? could you give more info, maybe a stacktrace?

could you repo the bug in the sandbox https://github.com/makasim/PayumLaravelBundleSandbox?

from payumlaravelpackage.

samdoidge avatar samdoidge commented on May 27, 2024

I say hidden because I had to look through the repo to find 'get started' https://github.com/Payum/PayumLaravelPackage/blob/master/docs/get-it-started.md, I think something like this should be in the root README.md.

Not sure what 'repo the bug' means, log the issue?

I've taken out of my app now and have had more luck with https://github.com/ignited/laravel-omnipay

from payumlaravelpackage.

makasim avatar makasim commented on May 27, 2024

There is a doc on the offical payum site: http://payum.forma-dev.com/documentation/0.13/PayumLaravelPackage/get-it-started, Readme has a link to it.

Class payum does not exist where did you get this? was it exception or something else? I have working omnipay example in the sandbox

from payumlaravelpackage.

samdoidge avatar samdoidge commented on May 27, 2024

I got 'Class payum does not exist' at the top of a standard Laraval stack-trace error when trying to access prepareExpressCheckout() in PaypalController

from payumlaravelpackage.

makasim avatar makasim commented on May 27, 2024

could you post a peace of stacktrace here?

from payumlaravelpackage.

makasim avatar makasim commented on May 27, 2024

if you got this in the sandbox it was fixed.

from payumlaravelpackage.

samdoidge avatar samdoidge commented on May 27, 2024

Sorry, I removed code and went straight into something else after trying this

from payumlaravelpackage.

cspreston avatar cspreston commented on May 27, 2024

using "payum/paypal-express-checkout-nvp":"0.15.*"
laravel version 5.1

got this error.

ReflectionException in Container.php line 737: Class payum does not exist

in Container.php line 737
at ReflectionClass->__construct('payum') in Container.php line 737
at Container->build('payum', array()) in Container.php line 627
at Container->make('payum', array()) in Application.php line 674
at Application->make('payum') in Facade.php line 216
at Facade::__callStatic('make', array('payum')) in PaypalController.php line 22
at App::make('payum') in PaypalController.php line 22
at PaypalController->prepareExpressCheckout()
at call_user_func_array(array(object(PaypalController), 'prepareExpressCheckout'), array()) in Controller.php line 256
at Controller->callAction('prepareExpressCheckout', array()) in ControllerDispatcher.php line 164
at ControllerDispatcher->call(object(PaypalController), object(Route), 'prepareExpressCheckout') in ControllerDispatcher.php line 112
at ControllerDispatcher->Illuminate\Routing\{closure}(object(Request))
at call_user_func(object(Closure), object(Request)) in Pipeline.php line 139
at Pipeline->Illuminate\Pipeline\{closure}(object(Request))
at call_user_func(object(Closure), object(Request)) in Pipeline.php line 103
at Pipeline->then(object(Closure)) in ControllerDispatcher.php line 114
at ControllerDispatcher->callWithinStack(object(PaypalController), object(Route), object(Request), 'prepareExpressCheckout') in ControllerDispatcher.php line 69
at ControllerDispatcher->dispatch(object(Route), object(Request), 'App\Http\Controllers\PaypalController', 'prepareExpressCheckout') in Route.php line 203
at Route->runWithCustomDispatcher(object(Request)) in Route.php line 134
at Route->run(object(Request)) in Router.php line 712
at Router->Illuminate\Routing\{closure}(object(Request))
at call_user_func(object(Closure), object(Request)) in Pipeline.php line 139
at Pipeline->Illuminate\Pipeline\{closure}(object(Request))
at call_user_func(object(Closure), object(Request)) in Pipeline.php line 103
at Pipeline->then(object(Closure)) in Router.php line 714
at Router->runRouteWithinStack(object(Route), object(Request)) in Router.php line 679
at Router->dispatchToRoute(object(Request)) in Router.php line 639
at Router->dispatch(object(Request)) in Kernel.php line 236
at Kernel->Illuminate\Foundation\Http\{closure}(object(Request))
at call_user_func(object(Closure), object(Request)) in Pipeline.php line 139
at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in ShareErrorsFromSession.php line 49
at ShareErrorsFromSession->handle(object(Request), object(Closure))
at call_user_func_array(array(object(ShareErrorsFromSession), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in StartSession.php line 62
at StartSession->handle(object(Request), object(Closure))
at call_user_func_array(array(object(StartSession), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in AddQueuedCookiesToResponse.php line 37
at AddQueuedCookiesToResponse->handle(object(Request), object(Closure))
at call_user_func_array(array(object(AddQueuedCookiesToResponse), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in EncryptCookies.php line 59
at EncryptCookies->handle(object(Request), object(Closure))
at call_user_func_array(array(object(EncryptCookies), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
at Pipeline->Illuminate\Pipeline\{closure}(object(Request)) in CheckForMaintenanceMode.php line 42
at CheckForMaintenanceMode->handle(object(Request), object(Closure))
at call_user_func_array(array(object(CheckForMaintenanceMode), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 124
at Pipeline->Illuminate\Pipeline\{closure}(object(Request))
at call_user_func(object(Closure), object(Request)) in Pipeline.php line 103
at Pipeline->then(object(Closure)) in Kernel.php line 122
at Kernel->sendRequestThroughRouter(object(Request)) in Kernel.php line 87
at Kernel->handle(object(Request)) in index.php line 54
at require_once('C:\xampp\htdocs\dailylunch\public\index.php') in index.php line 21

from payumlaravelpackage.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.