You are here

protected function Payflow::getUser in Commerce PayPal 8

Returns the user.

1 call to Payflow::getUser()
Payflow::getParameters in src/Plugin/Commerce/PaymentGateway/Payflow.php
Merge default Payflow parameters in with the provided ones.

File

src/Plugin/Commerce/PaymentGateway/Payflow.php, line 156

Class

Payflow
Provides the PayPal Payflow payment gateway.

Namespace

Drupal\commerce_paypal\Plugin\Commerce\PaymentGateway

Code

protected function getUser() {
  return $this->configuration['user'] ?: '';
}