Cartalyst\Stripe\ConfigInterface::getApiKey PHP Méthode

getApiKey() public méthode

Returns the Stripe API key.
public getApiKey ( ) : string
Résultat string
    public function getApiKey();

Usage Example

Exemple #1
0
 /**
  * Returns the Stripe API key.
  *
  * @return string
  */
 public function getApiKey()
 {
     return $this->config->getApiKey();
 }