Skip to content

Commit 8bb17e5

Browse files
committed
wp-wpp update and automation
1 parent 01c6595 commit 8bb17e5

23 files changed

+5918
-7887
lines changed

app-constants.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@ const WorkPeriodPaymentStatus = {
9292
CANCELLED: 'cancelled'
9393
}
9494

95+
const WorkPeriodPaymentUpdateStatus = {
96+
SCHEDULED: 'scheduled',
97+
CANCELLED: 'cancelled'
98+
}
99+
95100
const PaymentProcessingSwitch = {
96101
ON: 'ON',
97102
OFF: 'OFF'
@@ -113,6 +118,7 @@ module.exports = {
113118
Interviews,
114119
ChallengeStatus,
115120
WorkPeriodPaymentStatus,
121+
WorkPeriodPaymentUpdateStatus,
116122
PaymentSchedulerStatus,
117123
PaymentProcessingSwitch
118124
}

0 commit comments

Comments
 (0)