From aeb5614149bfcf86579568052fc168645015ec7e Mon Sep 17 00:00:00 2001 From: Fernando Fuziii <48694083+fhfuzii@users.noreply.github.com> Date: Mon, 25 Jul 2022 10:19:41 -0300 Subject: [PATCH] update-fees --- .../calculators/restaurants/calculator/index.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/calculators/restaurants/calculator/index.tsx b/frontend/src/components/calculators/restaurants/calculator/index.tsx index 8b7bbab..e50028a 100644 --- a/frontend/src/components/calculators/restaurants/calculator/index.tsx +++ b/frontend/src/components/calculators/restaurants/calculator/index.tsx @@ -89,7 +89,7 @@ const RestaurantCalculator: React.FC = () => { } useEffect(() => { - const appjustoFee = 0.0721; + const appjustoFee = 0.0742; const feeValue = parseFloat(fee.replace(',', '.')) / 100; const revenuesValue = revenues; const ordersValue = parseInt(orders); @@ -219,10 +219,10 @@ const RestaurantCalculator: React.FC = () => { • Gateway de pagamento: - - Cartão de crédito: 2,21% + R$ 0,09 + - Cartão de crédito: 2,42% + R$ 0,09 - - Pix: 0,99% (compensa no mesmo dia) + - Pix: 0,99% (compensa em 24h) @@ -323,10 +323,10 @@ const RestaurantCalculator: React.FC = () => { • Gateway de pagamento: - - Cartão de crédito: 2,21% + 0,09% + - Cartão de crédito: 2,42% + 0,09% - - Pix: 0,99% + R$0,09 (compensa no mesmo dia) + - Pix: 0,99% (compensa em 24h)