Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hhartwell committed Dec 29, 2023
1 parent 493f187 commit 076cb28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckc/stripe/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from rest_framework import serializers

class PaymentMethodSerializer(serializers.ModelSerializer):
token = serializers.CharField(write_only=True)
pm_id = serializers.CharField(write_only=True)

class Meta:
model = PaymentMethod
Expand Down

0 comments on commit 076cb28

Please sign in to comment.