How to test Name expiration

  1. Reserve a Company Name
  2. Search via Mongo DB {appCode:”ng-companies”,status:”activated”, rootDomainName:{$in:[‘ReservedName’]}}
  3. Update domaintree > attributes > EndDate to current date -1
  4. Press update
  5. Search via Mongo DB {appCode:”ng-companies”,status:”activated”, rootDomainName:{$in:[‘Schedule’]}}
  6. Update the next schedule time to -1 day (This will force the execution)
0
0

Jump to Section