coyote-team / coyote-wp

Wordpress Plug-in for Coyote
2 stars 2 forks source link

_transient_coyote_api_error_count isn't cleared when succesfully creating a profile #120

Closed robbinrietdijk closed 2 years ago

robbinrietdijk commented 2 years ago

When testing the plugin settings with incomplete or incorrect credentials the _transient_coyote_api_error_count increments in the database. When a valid profile is linked I assume the transient should be cleared?

jkva commented 2 years ago

Yes. Any successful API request should clear the error counter.