You are here

protected function Payflow::getPartner in Commerce PayPal 8

Returns the partner.

1 call to Payflow::getPartner()
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 142

Class

Payflow
Provides the PayPal Payflow payment gateway.

Namespace

Drupal\commerce_paypal\Plugin\Commerce\PaymentGateway

Code

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