Fixes for paypal driver
This commit is contained in:
parent
dda1a8ef2c
commit
6d366febd8
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ class PayPalExpressPaymentDriver extends BaseDriver
|
|||
'cancelUrl' => $this->client->company->domain() . '/client/invoices',
|
||||
'description' => implode(',', collect($this->payment_hash->data->invoices)
|
||||
->map(function ($invoice) {
|
||||
return sprintf('%s: %s', ctrans('texts.invoice_number'), $invoice->invoice_number);
|
||||
return sprintf('%s: %s', ctrans('texts.invoice_number'), $invoice->number);
|
||||
})->toArray()),
|
||||
'transactionId' => $this->payment_hash->hash . '-' . time(),
|
||||
'ButtonSource' => 'InvoiceNinja_SP',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue