enableVendor method

Enable a single vendor.

Implementation

CurrentUserStatusTransaction enableVendor(String id) {
  _vendorsStatus[id] = true;
  return this;
}