mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
$fields->testMode is set to false.
This commit is contained in:
parent
69a09a5dcc
commit
b8527698b4
@ -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…
x
Reference in New Issue
Block a user