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
Currently, we always check four customers that didn't have a VAT ID Check in the last three months. If these four all have an invalid VAT ID, we get stuck.
For example, if get_customers() results in four customers with invalid VAT ID, the check never gets executed. Because no VAT ID Check was created, the same thing will happen over and over again.
The text was updated successfully, but these errors were encountered:
Currently, we always check four customers that didn't have a VAT ID Check in the last three months. If these four all have an invalid VAT ID, we get stuck.
For example, if
get_customers()
results in four customers with invalid VAT ID, the check never gets executed. Because no VAT ID Check was created, the same thing will happen over and over again.The text was updated successfully, but these errors were encountered: