Closed (fixed)
Project:
Commerce UPS
Version:
8.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Apr 2022 at 20:01 UTC
Updated:
9 Feb 2023 at 09:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
drakythe commentedUsing commerce_fedex module behavior as a model I replicated the functionality and added logging of request and response objects.
Comment #4
drakythe commentedComment #5
drakythe commentedPatch with correct variable log.
Comment #7
jsacksick commentedRe-rolled and committed a slightly different patch, thanks for your contribution.
The log level constant didn't seem to exist in D9, so went with calling info() instead (which was the default so same behavior).