Skip to content
Snippets Groups Projects

Currency exchange for invoices without VAT

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Krzysztof Dyszczyk
    fakturownia_api_request_currency.php 145 B
    add_filter( 'fakturownia/core/api/request', function( $data, $order ) {
    	$data['invoice']['exchange_currency'] = 'PLN';
    return $data;
    }, 2, 10 );
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment