Showing
1 changed file
with
1 additions
and
1 deletions
@@ -63,7 +63,7 @@ class InvoiceService extends Service { | @@ -63,7 +63,7 @@ class InvoiceService extends Service { | ||
63 | 63 | ||
64 | commitOrder(storeId) { | 64 | commitOrder(storeId) { |
65 | return this.post(apiUrl.commitOrder, { | 65 | return this.post(apiUrl.commitOrder, { |
66 | - id: storeId | 66 | + proRequisitionFormId: storeId |
67 | }); | 67 | }); |
68 | } | 68 | } |
69 | 69 |
-
Please register or login to post a comment