Browse Source

メールタイトルの修正 A4領収証

develop
sosuke.iwabuchi 2 years ago
parent
commit
baafecef94
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/Email/Guests/ReceiptA4.php

+ 1
- 1
app/Email/Guests/ReceiptA4.php View File

@@ -24,7 +24,7 @@ class ReceiptA4 extends Guest

public function getSubject(): string
{
return '領収証の送付';
return sprintf('領収証の送付 %s', $this->order->receipt_no);
}

public function getGuestParams(): array


Loading…
Cancel
Save