@@ -49,7 +49,7 @@ class ProductDetailSerializer(serializers.ModelSerializer):
return result
def get_price_f(self, obj):
- return Formater.formatAmountShow(obj.price)
+ return Formater.formatPriceShow(obj.price)
class Meta:
model = Product