You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: allow macro calls on the ReceiptPrinter class
The original ReceiptPrinter class overrides Macroable::__call() keeping any macros from being executed, as an InvalidArgumentException will always be thrown. I fixed this by calling the traits orignal __call() method after checking for existing methods on the printer class.
0 commit comments