Actions.php error, please help

:confused: Hello, I am getting this error when I try to save changes to add-ons.



Parse error: syntax error, unexpected $end in /home/content/98/7584698/html/store/schemas/settings/actions.php on line 183



This is the code in that area/line, not sure what it has to do with anything, and never had this problem until today…


/**<br />
 * Enable/disable Canada Post<br />
 */<br />
function fn_settings_actions_shippings_can_enabled(&$new_value, $old_value)<br />
{<br />
	$currencies = Registry::get('currencies');<br />
	if ($new_value == 'Y' && empty($currencies['CAD'])) {<br />
		fn_set_notification('E', fn_get_lang_var('warning'), fn_get_lang_var('canada_post_activation_error'), 'S');<br />
		$new_value = 'N';<br />
	}<br />
}<br />
<br />
?>
```<br />
<br />
Can someone help me maybe post your code for actions.php or this section?<br />
Line 183 is the ?><br />
<br />
HELP :(

Tony from EZ Merchant Solutions solved this right away, thank you Tony, great service, prompt, fast and reliable!!!



:smiley: