Closed (fixed)
Project:
Commerce Authorize.Net
Version:
8.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Aug 2018 at 20:50 UTC
Updated:
23 Aug 2018 at 06:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
czigor commented@bradjones1 Are you using a custom checkout flow? I can't reproduce this. Can you test the attached patch? Just changed
$order->get('payment_gateway')to$order->payment_gateway.Comment #4
czigor commentedDiscussed this with bradjones1. The issue occurs when the order total is 0 and thus the order has no payment gateway. Thanks for the patch, committed it!