コード例 #1
0
ファイル: Order.php プロジェクト: hisaltesse/gengo-php
 public function __construct($api_key = null, $private_key = null)
 {
     parent::__construct($api_key, $private_key);
 }