woocommerce/pinterest-for-woocommerce

Feed creation transient cache key should use ad_account_id.

budzanowski opened this issue · 0 comments

When we create cache key that stops feed creation attempt from being executed too often we should also use ad_account_id to generate the cache key. Without it we still are blocking feed creation even if the ad_account_id was changed by the merchant.

The code is located in Feeds::create_feed.