From d9357a1faa938395ee06a6acbc87903c06f3a9f3 Mon Sep 17 00:00:00 2001 From: Sowmiya Subramanian <96425427+sowmiyasubramaniyan@users.noreply.github.com> Date: Fri, 3 May 2024 18:44:05 +0530 Subject: [PATCH] Template content updated for subscription --- database/seeders/v4_0_2/DatabaseSeeder.php | 41 ++++++++++++++-------- 1 file changed, 27 insertions(+), 14 deletions(-) diff --git a/database/seeders/v4_0_2/DatabaseSeeder.php b/database/seeders/v4_0_2/DatabaseSeeder.php index 790e9231a8..6446ee5b48 100644 --- a/database/seeders/v4_0_2/DatabaseSeeder.php +++ b/database/seeders/v4_0_2/DatabaseSeeder.php @@ -148,7 +148,7 @@ public function run() Template::where('id',23)->delete(); - Template::create(['id' => 23, 'name' => 'Start your subscription', 'type' => 23, 'url' => 'null', 'reply_to' => '{{email}}','data' => ' + Template::create(['id' => 23, 'name' => 'Renew your subscription to continue using our services.', 'type' => 23, 'url' => 'null', 'reply_to' => '{{email}}','data' => '
@@ -165,31 +165,44 @@ public function run() - +
 
  Dear {{name}},

-

Start your subscription - {{product}}

-

- This link will expire on {{expiry_date}} -

+

Renew your subscription to continue using our services.

+
 
  -

Your subscription with {{application_title}} - {{company_title}} has been created.

-

Please complete your first transaction by clicking on the button below and entering your payment details to enable automatic payments for future transactions.. 

-

SUBSCRIPTION PLAN

-

{{product}}

-

ORDER NUMBER

-

{{number}}

-

AMOUNT TO PAY

-

{{total}}

+

Your subscription with {{company_title}} has been created.

+

To ensure a hassle-free payment experience, simply complete your first renewal transaction by clicking the button below and entering your payment details. You are all set up for automatic payments for your future transactions. 

+ + + + + + + + + + + + + + + + +
ProductOrder NoTotal
{{product}}{{number}}{{total}}

Click the button below to make a payment.

 
  Make Payment Make Payment

+

+ This link will expire on {{expiry_date}} +

+