PluginProbe
FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler / 1.6.6
FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler v1.6.6
1.6.6 1.6.5 1.6.4 1.6.3 1.6.2 1.6.1 1.6.0 1.5.4 1.5.5 1.5.3 1.5.2 1.5.1 1.5.0 1.4.2 1.4.1 1.4.0 1.3.28 1.3.27 1.3.26 1.3.25 1.3.23 1.3.22 1.3.21 1.3.20 1.3.19 All 49 releases
← 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,