Esempio n. 1
0
 public function __construct($merchant_id, $merchant_key, $sandbox = NULL, $currency = NULL)
 {
     parent::__construct($merchant_id, $merchant_key, $sandbox);
     if ($currency) {
         $this->currency = (string) $currency;
     }
 }