stripe-archive/shop

Error syntax

xzure opened this issue · 0 comments

In /cloud/model.js line 22 states the field should be longer than max_length, rather than shorter.

Line 21 - 23:

if (spec.max_length && value.length > spec.max_length) {
    return name + ' must be at least ' + value.length + ' characters long.';
  }