diff --git a/core/viewsets.py b/core/viewsets.py index 2c2f3b71..5963995e 100644 --- a/core/viewsets.py +++ b/core/viewsets.py @@ -296,7 +296,7 @@ class OrderViewSet(EvibesViewSet): promocode_uuid=serializer.validated_data.get("promocode_uuid"), customer_name=serializer.validated_data.get("customer_name"), customer_email=serializer.validated_data.get("customer_email"), - customer_phone=serializer.validated_data.get("customer_phone"), + customer_phone_number=serializer.validated_data.get("customer_phone_number"), billing_customer_address=serializer.validated_data.get("billing_customer_address_uuid"), shipping_customer_address=serializer.validated_data.get("shipping_customer_address_uuid"), payment_method=serializer.validated_data.get("payment_method"),