You are here

protected function Payflow::getPassword in Commerce PayPal 8

Returns the password.

1 call to Payflow::getPassword()
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 163

Class

Payflow
Provides the PayPal Payflow payment gateway.

Namespace

Drupal\commerce_paypal\Plugin\Commerce\PaymentGateway

Code

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