瀏覽代碼

メールタイトルの修正 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…
取消
儲存