mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-08-07 10:01:47 -04:00
Set invoice number with Authorize.net
This commit is contained in:
parent
204cd7ad17
commit
2b051a9dea
@ -10,6 +10,7 @@ class AuthorizeNetAIMPaymentDriver extends BasePaymentDriver
|
||||
{
|
||||
$data = parent::paymentDetails();
|
||||
$data['solutionId'] = $this->accountGateway->getConfigField('testMode') ? 'AAA100303' : 'AAA172036';
|
||||
$data['invoiceNumber'] = $this->invoice()->invoice_number;
|
||||
|
||||
return $data;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user