### Problem
src/Plugin/Commerce/PaymentGateway/CyberSourceSahc.php (~line 407) uses the global t() inside updatePayment(). In an OOP plugin this should be $this->t() (PHPCS / DrupalPractice).
### Proposed resolution
Replace the global t() call with $this->t().
Issue fork commerce_cybersource-3606853
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #6
jsacksick commented