Skip to content

Commit f7729cd

Browse files
committed
fix: clear error on reverifying payment
1 parent 561b218 commit f7729cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

corehq/apps/integration/payments/services.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ def verify_payment_cases(domain, case_ids: list, verifying_user: WebUser):
156156
PaymentProperties.PAYMENT_VERIFIED_BY: verifying_user.username,
157157
PaymentProperties.PAYMENT_VERIFIED_BY_USER_ID: verifying_user.user_id,
158158
PaymentProperties.PAYMENT_STATUS: PaymentStatus.PENDING_SUBMISSION,
159+
PaymentProperties.PAYMENT_ERROR: '',
159160
}
160161

161162
updated_cases = []

0 commit comments

Comments
 (0)