stripe-archive / shop

Single-page shop

Home Page:https://shop-demo.parseapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error syntax

xzure opened this issue · comments

commented

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.';
  }