-
Notifications
You must be signed in to change notification settings - Fork 166
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
Extend #46
Comments
Is not a extend of any model. If you have configured the facade, you just
|
I know this - I dont know how (I start work on one project where your package is used) and after this line So I try to do something after this method create order, but code just break without error on this line. |
Is your cart filled?
|
This is the peace of code `Shop::setGateway('customPaypalExpress');
|
CustomPaypalExpress, is that your custom gateway?
|
Yes - I found something else interesting. I was able to add coupon code which is more than the cart order and was able to try to pay which landed me to error. |
Yep this '$cart->addCoupon($coupon);' allow me to add coupon code which is more that total of order and I get one negative value lie '-$100' |
I don't find a way to extend your 'placeOrder' method in my models or anywhere
The text was updated successfully, but these errors were encountered: