Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1783207

Browse files
committedAug 2, 2021
update bulk payments endpoint
1 parent ff10976 commit 1783207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/services/workPeriods.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ export const cancelWorkPeriodPayment = (paymentId) => {
170170
* @returns {Promise}
171171
*/
172172
export const postWorkPeriodsPayments = (payments) => {
173-
return axios.post(`${PAYMENTS_API_URL}`, payments).then(extractResponseData);
173+
return axios.post(`${PAYMENTS_API_URL}/bulk`, payments).then(extractResponseData);
174174
};
175175

176176
/**

0 commit comments

Comments
 (0)
This repository has been archived.