feat(customer): add affiliate dashboard entry in account area
This commit is contained in:
@@ -489,6 +489,7 @@ class AccountController {
|
||||
'total' => html_entity_decode(strip_tags(wc_price($order->get_total()))),
|
||||
'currency' => $order->get_currency(),
|
||||
'payment_method_title' => $payment_title,
|
||||
'items_count' => $order->get_item_count(),
|
||||
];
|
||||
|
||||
if ($detailed) {
|
||||
|
||||
Reference in New Issue
Block a user