Fixes: TransactionProcessSerializer
This commit is contained in:
parent
10effefff5
commit
0e227a6df0
1 changed files with 1 additions and 1 deletions
|
|
@ -28,4 +28,4 @@ class TransactionProcessSerializer(ModelSerializer):
|
||||||
class Meta:
|
class Meta:
|
||||||
model = Transaction
|
model = Transaction
|
||||||
fields = ("process", "order_hr_id", "order_uuid")
|
fields = ("process", "order_hr_id", "order_uuid")
|
||||||
readonly_fields = ("process", "order_hr_id", "order_uuid")
|
read_only_fields = ("process", "order_hr_id", "order_uuid")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue