Fixes: TransactionProcessSerializer fix
This commit is contained in:
parent
7c2e2442b9
commit
e89d9a0e8c
1 changed files with 2 additions and 1 deletions
|
|
@ -27,4 +27,5 @@ class TransactionProcessSerializer(ModelSerializer):
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
model = Transaction
|
model = Transaction
|
||||||
fields = ("process",)
|
fields = ("process", "order_hr_id", "order_uuid")
|
||||||
|
readonly_fields = ("process", "order_hr_id", "order_uuid")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue