Cartalyst\Stripe\ConfigInterface::getApiKey PHP Method

getApiKey() public method

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

Usage Example

示例#1
0
文件: Stripe.php 项目: squigg/stripe
 /**
  * Returns the Stripe API key.
  *
  * @return string
  */
 public function getApiKey()
 {
     return $this->config->getApiKey();
 }