Cartalyst\Stripe\ConfigInterface::getApiKey PHP Method

getApiKey() public method

Returns the Stripe API key.
public getApiKey ( ) : string
return string
    public function getApiKey();

Usage Example

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