mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Working on payment failed emails
This commit is contained in:
parent
9d27480f2d
commit
af47c504e4
@ -174,7 +174,6 @@ class ACH
|
||||
|
||||
public function processUnsuccessfulPayment($state)
|
||||
{
|
||||
PaymentFailureMailer::dispatch($this->stripe->client, $state['charge']->failure_message, $this->stripe->client->company, $state['amount']);
|
||||
|
||||
PaymentFailureMailer::dispatch(
|
||||
$this->stripe->client,
|
||||
|
@ -7,9 +7,7 @@
|
||||
|
||||
<p>{{ $title }}</p>
|
||||
|
||||
@slot('greeting')
|
||||
@lang($message)
|
||||
@endslot
|
||||
<p>{{ $message }}</p>
|
||||
|
||||
@component('email.components.button', ['url' => $url])
|
||||
@lang($button)
|
||||
|
Loading…
x
Reference in New Issue
Block a user