Skip to content

Instantly share code, notes, and snippets.

@fburatti
Created April 28, 2016 18:27
Show Gist options
  • Save fburatti/58e24b7db6e74d0c9d59cbfac5d32214 to your computer and use it in GitHub Desktop.
Save fburatti/58e24b7db6e74d0c9d59cbfac5d32214 to your computer and use it in GitHub Desktop.
<?php
function modify_setefi_plugin_params( $value ) {
$value['currencyCode'] = '840';
return $value;
}
add_filter( 'wc_setefi_payment_args', 'modify_setefi_plugin_params' );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment