public function StripeInterface::getPublishableKey in Commerce Stripe 8
Get the Stripe API Publisable key set for the payment gateway.
Return value
string The Stripe API publishable key.
1 method overrides StripeInterface::getPublishableKey()
- Stripe::getPublishableKey in src/
Plugin/ Commerce/ PaymentGateway/ Stripe.php - Get the Stripe API Publisable key set for the payment gateway.
File
- src/
Plugin/ Commerce/ PaymentGateway/ StripeInterface.php, line 21
Class
- StripeInterface
- Provides the interface for the Stripe payment gateway.
Namespace
Drupal\commerce_stripe\Plugin\Commerce\PaymentGatewayCode
public function getPublishableKey();