### 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().

Command icon 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

garvitasakhrani made their first commit to this issue’s fork.

jsacksick made their first commit to this issue’s fork.

jsacksick’s picture

Status: Active » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.