Exemplo n.º 1
0
 function CheckOutString($paymentButton = null, $target = "_self")
 {
     $arParameters = array_merge(array('MerchantID' => $this->MerchantID), $this->Send);
     return Send::CheckOutString($paymentButton, $target = "_self", $arParameters, $this->SendExtend, $this->HashKey, $this->HashIV, $this->ServiceURL);
 }