Skip to content

Commit

Permalink
Merge pull request #611 from ebanx/feature/taxes-redesign
Browse files Browse the repository at this point in the history
Change tooltip message for IOF on local amount
  • Loading branch information
frop committed Feb 5, 2018
2 parents 74a012e + 80a774a commit 19d0ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateways/class-wc-ebanx-global-gateway.php
Expand Up @@ -488,7 +488,7 @@ public function init_form_fields() {
'label' => __('Apply IOF when calculating the price in BRL on the checkout', 'woocommerce-gateway-ebanx'),
'type' => 'checkbox',
'class' => 'ebanx-advanced-option ebanx-advanced-option-enable iof-checkbox',
'description' => 'IOF is a federal tax levied on credit (including intercompany loans), foreign exchange, insurance and securities transactions.',
'description' => 'IOF is a Brazilian Tax on Financial Operations applied on credit, foreign exchange, insurance and securities transactions.',
'desc_tip'=> true,
),
));
Expand Down

0 comments on commit 19d0ab3

Please sign in to comment.