Beispiel #1
0
 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;
 }
 public function __construct(RequestGatewayEntryPointList $lrgepRequestGatewayEntryPoints = null, $nRetryAttempts = 1, NullableInt $nTimeout = null)
 {
     GatewayTransaction::__construct($lrgepRequestGatewayEntryPoints, $nRetryAttempts, $nTimeout);
     $this->m_szCardNumber = "";
 }