Skip to content

Commit

Permalink
fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kt-12 committed Aug 22, 2024
1 parent dac0fce commit 7b29364
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Expand All @@ -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.',
Expand All @@ -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.',
Expand Down

0 comments on commit 7b29364

Please sign in to comment.