diff --git a/includes/API/Stores.php b/includes/API/Stores.php index 8c8ad49..7265e8b 100644 --- a/includes/API/Stores.php +++ b/includes/API/Stores.php @@ -44,6 +44,11 @@ public function get_store(): array { 'locale' => get_locale(), ), array( + /** + * Get POS Settings + */ + 'default_customer' => woocommerce_pos_get_settings( 'general', 'default_customer' ), + 'default_customer_is_cashier' => woocommerce_pos_get_settings( 'general', 'default_customer_is_cashier' ), /** * Get the General settings from WooCommerce */