Closed (fixed)
Project:
Commerce Authorize.Net
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 May 2018 at 16:10 UTC
Updated:
1 Aug 2018 at 15:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
cchoe1 commentedInside the IF statement to check for a configuration value, I added an isset() to check for the element keyed by 'cca_status' rather than just a plain IF statement.
Comment #3
cchoe1 commentedSorry... I generated the patch file incorrectly. I think this should work.
Comment #4
saurabh.dhariwal commented@cchoe1, Your above patches didn't work for me. I attached the new patch to resolve the same error. Please review it & Let me know your views for the same.
I got the same error when I enabled the module and creating Payment gateway method.
Thanks!.
Comment #5
saurabh.dhariwal commentedComment #7
cchoe1 commentedMy patch indeed did not work. I thought there was an issue of checking for an array key without using isset() but that doesn't seem to be the issue. Can I ask how your experience has been with your patch file? Any issues? I see that it failed 1 test so I am hesitant to put it on production.
Comment #8
czigor commentedFixing tests in #4.
Comment #10
czigor commentedThanks for all the contributions, this has been fixed!