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();
 }