Completed
Pull Request — dev (#220)
by Alies
04:11
created
app/Mail/IntendToCharge.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
      */
13 13
     public function build()
14 14
     {
15
-        return $this->view('emails.recurringPayments.intendToCharge',[
15
+        return $this->view('emails.recurringPayments.intendToCharge', [
16 16
             'message' => 'We are going to change your card',
17 17
         ]);
18 18
     }
Please login to merge, or discard this patch.
app/Mail/RecurringPaymentFailed.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
      */
13 13
     public function build()
14 14
     {
15
-        return $this->view('emails.recurringPayments.recurringPaymentFailed',[
15
+        return $this->view('emails.recurringPayments.recurringPaymentFailed', [
16 16
             'message' => 'We are going to change your card',
17 17
         ]);
18 18
     }
Please login to merge, or discard this patch.