@hmcts/ccpay-web-component 6.5.15-beta5 → 6.5.15-beta6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -558,7 +558,7 @@ class NotificationService {
558
558
  return 'SendRefund';
559
559
  }
560
560
  else if (paymentChannel === 'bulk scan' && paymentMethod === 'cheque') {
561
- return 'SendRefund';
561
+ return 'RefundWhenContacted';
562
562
  }
563
563
  else {
564
564
  return 'Template';