KRens
KRens
Hi, I get following error when downloading your code: pi@max2play ~/golang $ go get github.com/fmpwizard/go-cortex # github.com/huin/goserial src/github.com/huin/goserial/serial.go:151: undefined: openPort src/github.com/huin/goserial/serial.go:151: not enough arguments to return
Using stripe_checkout, I'm getting following vague error. It doesn't really tell me what to look into next in order to get this solved. ``` Fatal error: Uncaught Payum\Core\Reply\HttpResponse in /home/bot/domains/domain.com/public_html/payum/vendor/payum/stripe/Payum/Stripe/Action/Api/ObtainTokenAction.php:90...
To fix: https://github.com/Payum/Payum/blob/master/docs/stripe/checkout.md https://github.com/Payum/Payum/blob/master/docs/stripe/js.md What to fix: Replace: ->addGateway('gatewayName', [ 'factory' => 'stripe_checkout', with: ->addGateway('stripe_checkout', [ 'factory' => 'stripe_checkout', I just spend 3 hours trying to figure out why it...