From b8527698b47e0d8e089eb352ded5b95504cb5db7 Mon Sep 17 00:00:00 2001 From: Kishan Patel Date: Thu, 21 Apr 2022 13:05:47 +0530 Subject: [PATCH] $fields->testMode is set to false. --- database/migrations/2022_04_14_121548_forte_payment_gateway.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/migrations/2022_04_14_121548_forte_payment_gateway.php b/database/migrations/2022_04_14_121548_forte_payment_gateway.php index f330d5d19fac..b45b6d109cc2 100644 --- a/database/migrations/2022_04_14_121548_forte_payment_gateway.php +++ b/database/migrations/2022_04_14_121548_forte_payment_gateway.php @@ -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 = "";