public function Checkout::getPaymentSolution in Commerce PayPal 8
Returns the payment solution (e.g "smart_payment_buttons").
Return value
string The payment solution.
Overrides CheckoutInterface::getPaymentSolution
1 call to Checkout::getPaymentSolution()
- Checkout::collectsBillingInformation in src/
Plugin/ Commerce/ PaymentGateway/ Checkout.php - Gets whether the payment gateway collects billing information.
File
- src/
Plugin/ Commerce/ PaymentGateway/ Checkout.php, line 409
Class
- Checkout
- Provides the PayPal Checkout payment gateway.
Namespace
Drupal\commerce_paypal\Plugin\Commerce\PaymentGatewayCode
public function getPaymentSolution() {
return $this->configuration['payment_solution'];
}