Skip to content

Commit

Permalink
refs #43125 texts
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan202 committed Nov 16, 2023
1 parent 8af38e2 commit 1d0dbf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paypal.php
Original file line number Diff line number Diff line change
Expand Up @@ -3079,7 +3079,7 @@ public function hookActionPaypalGetConflicts()
if (\Configuration::get('PS_ROUND_TYPE') != \Order::ROUND_ITEM
|| \Configuration::get('PS_PRICE_ROUND_MODE') != PS_ROUND_HALF_UP
|| (\Configuration::get('PS_PRICE_DISPLAY_PRECISION') && \Configuration::get('PS_PRICE_DISPLAY_PRECISION') != 2)) {
$conflicts[] = $this->l('Your rounding settings are not fully compatible with PayPal requirements. In order to avoid some of the transactions to fail, please change the PrestaShop rounding mode.');
$conflicts[] = $this->l('Your rounding settings are not fully compatible with PayPal requirements. In order to avoid some of the transactions to fail, please change the PrestaShop rounding mode in Preferences > General to: Round on each item');
}

return $conflicts;
Expand Down

0 comments on commit 1d0dbf7

Please sign in to comment.