woocommerce / google-listings-and-ads

Sync your store with Google to list products for free, run paid ads, and track performance straight from your store dashboard.
https://woo.com/products/google-listings-and-ads/
GNU General Public License v3.0
44 stars 21 forks source link

[API Pull] Add language param in settings endpoint #2436

Closed puntope closed 2 months ago

puntope commented 2 months ago

Changes proposed in this Pull Request:

This PR adds the site language as param when requesting GET /wp-json/wc/v3/settings/general?gla_syncable=1

Screenshots:

Screenshot 2024-06-18 at 19 22 09

Detailed test instructions:

  1. Request GET /wp-json/wc/v3/settings/general?gla_syncable=1
  2. See the language param appears with your site language
puntope commented 2 months ago

Hi @jorgemd24 Thx for the review. I addressed your suggestions. Can you take a look?