Set default value for variable
This commit is contained in:
parent
5dfac89d80
commit
d13ce85b66
|
@ -506,6 +506,7 @@ class WC_Tracker {
|
|||
"
|
||||
);
|
||||
|
||||
$orders_by_gateway_currency = array();
|
||||
foreach ( $orders_by_gateway as $orders_details ) {
|
||||
$gateway = 'gateway_' . $orders_details->gateway;
|
||||
$currency = $orders_details->currency;
|
||||
|
|
Loading…
Reference in New Issue