Authorize .net

This commit is contained in:
David Bomba 2020-06-16 14:01:10 +10:00
parent 8c260ece95
commit 48086f1516

View File

@ -16,8 +16,8 @@ use App\Models\ClientGatewayToken;
use App\PaymentDrivers\AuthorizePaymentDriver; use App\PaymentDrivers\AuthorizePaymentDriver;
/** /**
* Class BaseDriver * Class AuthorizeCreditCard
* @package App\PaymentDrivers * @package App\PaymentDrivers\Authorize
* *
*/ */
class AuthorizeCreditCard class AuthorizeCreditCard
@ -42,7 +42,7 @@ class AuthorizeCreditCard
$data['api_login_id'] = $this->authorize->company_gateway->getConfigField('apiLoginId'); $data['api_login_id'] = $this->authorize->company_gateway->getConfigField('apiLoginId');
return render('gateways.authorize.credit_card_payment', $data); return render('gateways.authorize.credit_card_payment', $data);
} }
public function processPaymentResponse($response) public function processPaymentResponse($response)