You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating to 0.9.7 got this error.
Missing elements in :order! ["ins0:phone", "ins0:title", "ins0:seller", "ins0:fullTitle", "ins0:buyer", "ins0:INN", "ins0:KPP", "ins0:ID"]
if i rewrite code to
:order! => ["ins0:currency_code", "ins0:currencyName", "ins0:rate"]
from old
:order! => ["currency_code", "currencyName", "rate"]
then it works fine
Is this a bug or a new rule?
Sorry for bad English.
The text was updated successfully, but these errors were encountered:
After updating to 0.9.7 got this error.
Missing elements in :order! ["ins0:phone", "ins0:title", "ins0:seller", "ins0:fullTitle", "ins0:buyer", "ins0:INN", "ins0:KPP", "ins0:ID"]
if i rewrite code to
:order! => ["ins0:currency_code", "ins0:currencyName", "ins0:rate"]
from old
:order! => ["currency_code", "currencyName", "rate"]
then it works fine
Is this a bug or a new rule?
Sorry for bad English.
The text was updated successfully, but these errors were encountered: