woocommerce / pinterest-for-woocommerce

A native Pinterest integration for WooCommerce. Development is managed by Ventures.
https://woocommerce.com/products/pinterest-for-woocommerce/
GNU General Public License v3.0
22 stars 9 forks source link

Feed creation transient cache key should use ad_account_id. #956

Closed budzanowski closed 6 months ago

budzanowski commented 6 months ago

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.