示例#1
0
 /**
  * Get the Stripe API key for the instance.
  *
  * @return string
  */
 protected function getStripeKey()
 {
     return $this->billable->getStripeKey();
 }