Cartalyst\Stripe\ConfigInterface::getApiKey PHP 메소드

getApiKey() 공개 메소드

Returns the Stripe API key.
public getApiKey ( ) : string
리턴 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();
 }