← All changes
|
app/Http/Controllers/FrontendControllers/CustomerProfileController.php
+1
-0
1.6.1
→
1.6.6
View file →
| @@ -98,8 +98,9 @@ | ||
| 98 | 98 | return [ |
| 99 | 99 | 'created_at' => $order->created_at->format('Y-m-d H:i:s'), |
| 100 | 100 | 'invoice_no' => $order->invoice_no, |
| 101 | 101 | 'total_amount' => $order->total_amount, |
| 102 | + 'currency' => $order->currency, | |
| 102 | 103 | 'uuid' => $order->uuid, |
| 103 | 104 | 'type' => $order->type, |
| 104 | 105 | 'status' => $order->status, |
| 105 | 106 | 'renewals_count' => $order->renewals_count, |