From 7b293646b3cbec34604c781db514f4616491e836 Mon Sep 17 00:00:00 2001 From: Karthik Thayyil Date: Thu, 22 Aug 2024 11:37:16 +0100 Subject: [PATCH] fix linting issue --- .../Site/Controllers/MerchantCenter/SettingsController.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/API/Site/Controllers/MerchantCenter/SettingsController.php b/src/API/Site/Controllers/MerchantCenter/SettingsController.php index 43fb40d0e2..99b21b6bfa 100644 --- a/src/API/Site/Controllers/MerchantCenter/SettingsController.php +++ b/src/API/Site/Controllers/MerchantCenter/SettingsController.php @@ -91,7 +91,7 @@ protected function get_settings_endpoint_edit_callback(): callable { */ protected function get_schema_properties(): array { return [ - 'shipping_rate' => [ + 'shipping_rate' => [ 'type' => 'string', 'description' => __( 'Whether shipping rate is a simple flat rate or needs to be configured manually in the Merchant Center.', @@ -105,7 +105,7 @@ protected function get_schema_properties(): array { 'manual', ], ], - 'shipping_time' => [ + 'shipping_time' => [ 'type' => 'string', 'description' => __( 'Whether shipping time is a simple flat time or needs to be configured manually in the Merchant Center.', @@ -118,7 +118,7 @@ protected function get_schema_properties(): array { 'manual', ], ], - 'tax_rate' => [ + 'tax_rate' => [ 'type' => 'string', 'description' => __( 'Whether tax rate is destination based or need to be configured manually in the Merchant Center.',