protected function Payflow::getVendor in Commerce PayPal 8
Returns the vendor.
1 call to Payflow::getVendor()
- 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 149
Class
- Payflow
- Provides the PayPal Payflow payment gateway.
Namespace
Drupal\commerce_paypal\Plugin\Commerce\PaymentGatewayCode
protected function getVendor() {
return $this->configuration['vendor'] ?: '';
}