getApiKey() public method

Returns the Stripe API key.
public getApiKey ( ) : string
return string
コード例 #1
0
ファイル: Stripe.php プロジェクト: squigg/stripe
 /**
  * Returns the Stripe API key.
  *
  * @return string
  */
 public function getApiKey()
 {
     return $this->config->getApiKey();
 }