woocommerce / woocommerce-square

Square POS and Payments Integration
https://woo.com/products/square
Other
11 stars 7 forks source link

List Locations API is called on every visit to the Square sync update page #247

Open iamdharmesh opened 3 days ago

iamdharmesh commented 3 days ago

While working on #232, I noticed that the listLocations API was being called multiple times. As the plugin refreshes the page to update the sync status on each visit, the listLocations API gets triggered repeatedly. The listLocations API should only be called on the sync settings page, not on the sync status page.