mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 01:17:30 -05:00 
			
		
		
		
	Debugging
This commit is contained in:
		
							parent
							
								
									f87d84ee1e
								
							
						
					
					
						commit
						2ca27f7602
					
				@ -77,8 +77,10 @@ class BACS
 | 
			
		||||
        return render('gateways.stripe.bacs.pay', $data);
 | 
			
		||||
    }
 | 
			
		||||
    public function paymentResponse(PaymentResponseRequest $request)
 | 
			
		||||
 | 
			
		||||
    {
 | 
			
		||||
        $this->stripe->init();
 | 
			
		||||
        nlog($request);
 | 
			
		||||
        $invoice_numbers = collect($this->stripe->payment_hash->invoices())->pluck('invoice_number')->implode(',');
 | 
			
		||||
        $description = ctrans('texts.stripe_payment_text', ['invoicenumber' => $invoice_numbers, 'amount' => Number::formatMoney($request->amount, $this->stripe->client), 'client' => $this->stripe->client->present()->name()]);
 | 
			
		||||
        $payment_intent_data = [
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user