getApiKey() 공개 메소드

Returns the Stripe API key.
public getApiKey ( ) : string
리턴 string
예제 #1
0
파일: Stripe.php 프로젝트: squigg/stripe
 /**
  * Returns the Stripe API key.
  *
  * @return string
  */
 public function getApiKey()
 {
     return $this->config->getApiKey();
 }