Skip to content

Version 2.5.0

Compare
Choose a tag to compare
@errietta errietta released this 18 Jun 00:14
· 81 commits to master since this release

Extended validate_category to support multiple categories with the validate_categories API. Returns

[{
  id: 'the_id_of_the_failed_category',
  idx: index_of_array_where_the_issue_was,
  errors: ['array_of_errors_eg', 'category.category_rules.txn_desc', 'category.id']
}]

an empty array means no issues.