Closed (fixed)
Project:
Commerce Core
Version:
8.x-2.x-dev
Component:
Payment
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Apr 2018 at 16:10 UTC
Updated:
20 Apr 2018 at 11:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
czigor commentedComment #3
bojanz commentedWe need to inject $string_translation, and add the missing test coverage.
Comment #5
bojanz commentedDone.
Comment #6
agoradesign commentedWhy do you inject the string translation manager, but use the trait then? (btw, it's recommended to use the trait anyway regarding docs)
Comment #7
bojanz commentedBecause the trait provides an API not provided by the service:
It's odd, I know.
Comment #8
agoradesign commentedtrue...wow.. didn't know that