File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ workflows:
7575 only :
7676 - dev
7777 - engagements
78+ - PM-4165_allow-editing-credited-payments
7879 - ' build-prod ' :
7980 context : org-global
8081 filters :
Original file line number Diff line number Diff line change @@ -368,7 +368,8 @@ export class AdminService {
368368 // Update payment amount if requested
369369 if (
370370 body . paymentAmount !== undefined &&
371- ( payment . payment_status === PaymentStatus . OWED ||
371+ ( payment . payment_status === PaymentStatus . CREDITED ||
372+ payment . payment_status === PaymentStatus . OWED ||
372373 payment . payment_status === PaymentStatus . ON_HOLD ||
373374 payment . payment_status === PaymentStatus . ON_HOLD_ADMIN )
374375 ) {
@@ -646,6 +647,7 @@ export class AdminService {
646647 version : currentVersion ,
647648 payment_status : {
648649 in : [
650+ PaymentStatus . CREDITED ,
649651 PaymentStatus . OWED ,
650652 PaymentStatus . ON_HOLD ,
651653 PaymentStatus . ON_HOLD_ADMIN ,
You can’t perform that action at this time.
0 commit comments