mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 04:07:32 -05:00 
			
		
		
		
	
						commit
						81c2233d3b
					
				@ -187,7 +187,7 @@ class PayPalExpressPaymentDriver extends BaseDriver
 | 
				
			|||||||
            'cancelUrl' => $this->client->company->domain() . '/client/invoices',
 | 
					            'cancelUrl' => $this->client->company->domain() . '/client/invoices',
 | 
				
			||||||
            'description' => implode(',', collect($this->payment_hash->data->invoices)
 | 
					            'description' => implode(',', collect($this->payment_hash->data->invoices)
 | 
				
			||||||
                ->map(function ($invoice) {
 | 
					                ->map(function ($invoice) {
 | 
				
			||||||
                    return sprintf('%s: %s', ctrans('texts.invoice_number'), $invoice->number);
 | 
					                    return sprintf('%s: %s', ctrans('texts.invoice_number'), $invoice->invoice_number);
 | 
				
			||||||
                })->toArray()),
 | 
					                })->toArray()),
 | 
				
			||||||
            'transactionId' => $this->payment_hash->hash . '-' . time(),
 | 
					            'transactionId' => $this->payment_hash->hash . '-' . time(),
 | 
				
			||||||
            'ButtonSource' => 'InvoiceNinja_SP',
 | 
					            'ButtonSource' => 'InvoiceNinja_SP',
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user