public function CheckoutInterface::getPaymentSolution in Commerce PayPal 8
Returns the payment solution (e.g "smart_payment_buttons").
Return value
string The payment solution.
1 method overrides CheckoutInterface::getPaymentSolution()
- Checkout::getPaymentSolution in src/
Plugin/ Commerce/ PaymentGateway/ Checkout.php - Returns the payment solution (e.g "smart_payment_buttons").
File
- src/
Plugin/ Commerce/ PaymentGateway/ CheckoutInterface.php, line 39
Class
- CheckoutInterface
- Provides the interface for the Checkout payment gateway.
Namespace
Drupal\commerce_paypal\Plugin\Commerce\PaymentGatewayCode
public function getPaymentSolution();