Fixes for base driver

This commit is contained in:
David Bomba 2021-07-05 13:42:37 +10:00
parent e6986d045d
commit b53fe63858

View File

@ -89,8 +89,8 @@ class CreditCard
'notify_url' => $this->payfast->genericWebhookUrl(), 'notify_url' => $this->payfast->genericWebhookUrl(),
'amount' => 5, 'amount' => 5,
'item_name' => 'pre-auth', 'item_name' => 'pre-auth',
'item_description' => 'cc_auth', // 'item_description' => 'cc_auth',
// 'custom_str1' => 'cc_auth', 'custom_str1' => 'cc_auth',
'subscription_type' => 2, 'subscription_type' => 2,
'passphrase' => $this->payfast->company_gateway->getConfigField('passphrase'), 'passphrase' => $this->payfast->company_gateway->getConfigField('passphrase'),
]; ];
@ -151,7 +151,7 @@ class CreditCard
nlog($token); nlog($token);
return response()->json([], 200); return response()->json([], 200);
} }