Przeglądaj źródła

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

develop
sosuke.iwabuchi 2 lat temu
rodzic
commit
baafecef94
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      app/Email/Guests/ReceiptA4.php

+ 1
- 1
app/Email/Guests/ReceiptA4.php Wyświetl plik

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

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

public function getGuestParams(): array


Ładowanie…
Anuluj
Zapisz