$fields->testMode is set to false.
This commit is contained in:
parent
69a09a5dcc
commit
b8527698b4
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ class FortePaymentGateway extends Migration
|
|||
public function up()
|
||||
{
|
||||
$fields = new \stdClass;
|
||||
$fields->testMode = true;
|
||||
$fields->testMode = false;
|
||||
$fields->apiAccessId = "";
|
||||
$fields->secureKey = "";
|
||||
$fields->authOrganizationId = "";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue