diff --git a/app/cart/services.py b/app/cart/services.py index 7db49dca..5b889e50 100644 --- a/app/cart/services.py +++ b/app/cart/services.py @@ -376,7 +376,7 @@ async def add_payment_information( # noqa: PLR0913 customer.customer_uuid, customer_email=user.email, description=description, - amount=int(cache_cart.subtotal), + amount=int(cache_cart.total), ) qr_code = _payment.point_of_interaction.transaction_data.qr_code qr_code_base64 = (