소스 검색

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

develop
sosuke.iwabuchi 2 년 전
부모
커밋
baafecef94
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      app/Email/Guests/ReceiptA4.php

+ 1
- 1
app/Email/Guests/ReceiptA4.php 파일 보기

@@ -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…
취소
저장