$fields->testMode is set to false.

This commit is contained in:
Kishan Patel 2022-04-21 13:05:47 +05:30
parent 69a09a5dcc
commit b8527698b4

View File

@ -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 = "";