The third parameter in the call is deprecated, this issue is fixed by removing the 3rd parameter on line 141 in file /wp-content/plugins/woocommerce-payments/includes/multi-currency/Analytics.php
Current line:
$data_registry->add( ‘customerCurrencies’, $currency_options, true );
Fixed line:
$data_registry->add( ‘customerCurrencies’, $currency_options );