コード例 #1
0
ファイル: iridium.php プロジェクト: hellbound/a2billing-mod
 public function __construct(RequestGatewayEntryPointList $lrgepRequestGatewayEntryPoints = null, $nRetryAttempts, NullableInt $nTimeout = null, MerchantDetails $mdMerchantAuthentication = null, $szCardNumber, $szPassOutData)
 {
     GatewayTransaction::__construct($lrgepRequestGatewayEntryPoints, $nRetryAttempts, $nTimeout, $mdMerchantAuthentication, $szPassOutData);
     $this->m_szCardNumber = $szCardNumber;
 }
コード例 #2
0
 public function __construct(RequestGatewayEntryPointList $lrgepRequestGatewayEntryPoints = null, $nRetryAttempts = 1, NullableInt $nTimeout = null)
 {
     GatewayTransaction::__construct($lrgepRequestGatewayEntryPoints, $nRetryAttempts, $nTimeout);
     $this->m_szCardNumber = "";
 }