We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8892e5e commit e49229eCopy full SHA for e49229e
app/Listeners/SendPaymentNotification.php
@@ -18,8 +18,6 @@ public function handle(SponsoringPaymentInitialize $event): void
18
{
19
/**
20
* @var array $merchant
21
- * - 'email' (string)
22
- * - 'name' (string)
23
*/
24
$merchant = $event->transaction->getMetadata('merchant');
25
app/Mail/SendSponsorThanksMail.php
@@ -32,9 +32,4 @@ public function content(): Content
32
],
33
);
34
}
35
-
36
- public function attachments(): array
37
- {
38
- return [];
39
- }
40
0 commit comments