Working on payment failed emails

This commit is contained in:
David Bomba 2021-01-27 19:45:55 +11:00
parent 9d27480f2d
commit af47c504e4
2 changed files with 1 additions and 4 deletions

View File

@ -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,

View File

@ -7,9 +7,7 @@
<p>{{ $title }}</p>
@slot('greeting')
@lang($message)
@endslot
<p>{{ $message }}</p>
@component('email.components.button', ['url' => $url])
@lang($button)