Skip to content

Instantly share code, notes, and snippets.

@con322
con322 / index.php
Created January 9, 2021 16:31
Convert any currency that's not EUR to EUR for Nash Link payment method
<?php
// this filter needs adding in nash woocomerce plugin, please.
$invoiceData = $api->createinvoice( apply_filters( 'nash_link_invoice_params', $params ) );