Problem/Motivation
- When you go from cart to the checkout a fatal error occurs due to $this->order->get('payment_gateway') being null
- When checking to fetch the shipping address from Sezzle it adds an additional step on Sezzle, but does not append to the Commerce order
- mapAndCreateSezzleOrder method watchdog_exception() throws error: wrong parameter sent to the
- $this->entityId is deprecated
- Change unique order identifier sent to sezzle from order id to order uuid. This was changed because when having multiple enviroment and you are testing the payment will fail
Proposed resolution
Patch attached fixes all of the issues
| Comment | File | Size | Author |
|---|---|---|---|
| fetching-shipping-address-wrong-watchdog-exception-skipreview-error.patch | 10.48 KB | marijan gudelj |
Comments
Comment #3
Marko B commentedMerged. thnx