diff --git a/app/PaymentDrivers/PayFast/Token.php b/app/PaymentDrivers/PayFast/Token.php index 9f48644ec413..d1557b9d6884 100644 --- a/app/PaymentDrivers/PayFast/Token.php +++ b/app/PaymentDrivers/PayFast/Token.php @@ -78,7 +78,7 @@ class Token $amount = round(($amount * pow(10, $this->payfast->client->currency()->precision)),0); $header =[ - 'merchant-id' => $this->payfast->company_gateway->getConfigField('merchantId'), + 'merchant_id' => $this->payfast->company_gateway->getConfigField('merchantId'), 'timestamp' => now()->format('c'), 'version' => 'v1', ];