コード例 #1
0
ファイル: Stripe.php プロジェクト: mickdane/zidisha
 public static function setApiKey($apiKey)
 {
     self::$apiKey = $apiKey;
 }