Explorar el Código

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

develop
sosuke.iwabuchi hace 2 años
padre
commit
baafecef94
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      app/Email/Guests/ReceiptA4.php

+ 1
- 1
app/Email/Guests/ReceiptA4.php Ver fichero

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

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

public function getGuestParams(): array


Cargando…
Cancelar
Guardar