getApiKey() public method

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