E-Payment Integrator 2016 PHP Edition
E-Payment Integrator 2016 PHP Edition
Questions / Feedback?

TestMode Property

Turns test mode on and off for transactions sent to the current Gateway .

Object Oriented Interface

public function getTestMode();
public function setTestMode($value);

Procedural Interface

inpay_retail_get($res, 70 );
inpay_retail_set($res, 70, $value );

Default Value

false

Remarks

You can use this property to set a test mode flag that will be sent in an authorization request. Not all Gateways support test modes. If you set the TestMode property to True and the current Gateway does not support it, the class will fails with an error.

Data Type

Boolean

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
E-Payment Integrator 2016 PHP Edition - Version 16.0 [Build 7354]