@@ -157,7 +157,7 @@ discard block |
||
157 | 157 | $paymentRenewal = $this->updateInvoicePayment( |
158 | 158 | $invoiceid, |
159 | 159 | $payment_method, |
160 | - $payment_status, |
|
160 | + $payment_status, |
|
161 | 161 | $payment_date, |
162 | 162 | $amount |
163 | 163 | ); |
@@ -215,15 +215,15 @@ discard block |
||
215 | 215 | |
216 | 216 | return view( |
217 | 217 | 'themes.default1.invoice.payment', |
218 | - compact( |
|
219 | - 'invoice_status', |
|
220 | - 'payment_status', |
|
221 | - 'payment_method', |
|
222 | - 'invoice_id', |
|
223 | - 'domain', |
|
224 | - 'invoice', |
|
225 | - 'userid' |
|
226 | - ) |
|
218 | + compact( |
|
219 | + 'invoice_status', |
|
220 | + 'payment_status', |
|
221 | + 'payment_method', |
|
222 | + 'invoice_id', |
|
223 | + 'domain', |
|
224 | + 'invoice', |
|
225 | + 'userid' |
|
226 | + ) |
|
227 | 227 | ); |
228 | 228 | } |
229 | 229 |