mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Authorize .net
This commit is contained in:
parent
8c260ece95
commit
48086f1516
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user