Frontend orders/number #13

Merged
bilal.catic merged 53 commits from frontend-orders/number into master 2018-08-29 13:06:02 +02:00
Showing only changes of commit 936193ba0c - Show all commits

View File

@@ -52,7 +52,7 @@ export const uploadAcceptance = (idEntry, file) => {
url: `${API_SERVER}/wp-json/wiaas/customer-acceptance/${idEntry}/upload-file`
}).then(response => {
if (typeof response.data !== 'undefined') {
//dispatch(updateMessages(response.data.messages, orderMessages));
dispatch(updateMessages(response.data.messages, orderMessages));
dispatch(fetchCustomerAcceptance(idEntry));
}
}).catch(error => {