mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01: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…
Reference in New Issue
Block a user