@vgroup/dialbox 0.6.94 → 0.6.95

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.
@@ -4370,7 +4370,7 @@ class DialboxComponent {
4370
4370
  }
4371
4371
  this.saveLastDialed();
4372
4372
  this.isSavedContactDialled();
4373
- this.isPaymentDue = localStorage.getItem('paymentDue') === 'false' || !localStorage.getItem('paymentDue') ? false : true;
4373
+ this.isPaymentDue = localStorage.getItem('paymentDue') === 'true' ? true : false;
4374
4374
  if (this.isPaymentDue) {
4375
4375
  swal('Warning', 'Please note that your payment is due, To continue on your services kindly subscribe to use uninterrupted services.');
4376
4376
  return false;