Skip to content

Commit b468123

Browse files
committed
PWA-1576: GQL gaps for Admin configuration
- update schema descriptions
1 parent bf50bfa commit b468123

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/PaymentGraphQl/etc/schema.graphqls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Copyright © Magento, Inc. All rights reserved.
22
# See COPYING.txt for license details.
33
type StoreConfig {
4-
zero_subtotal_enabled: Boolean @doc(description: "Zero Subtotal payment method functionality status: enabled/disabled")
4+
zero_subtotal_enabled: Boolean @doc(description: "Indicates whether the Zero Subtotal payment method is enabled")
55
zero_subtotal_title: String @doc(description: "The title of the Zero Subtotal payment method displayed on the storefront")
66
zero_subtotal_new_order_status: String @doc(description: "Status of new orders placed using the Zero Subtotal payment method")
77
zero_subtotal_payment_action: String @doc(description: "When the new order status is 'Processing', this can be set to 'authorize_capture' to automatically invoice all items that have a zero balance")
88
zero_subtotal_payment_from_applicable_countries: String @doc(description: "States whether All Allowed Countries or Specific Countries can use the Zero Subtotal payment method")
99
zero_subtotal_payment_from_specific_countries: String @doc(description: "Comma-separated list of specific countries allowed to use the Zero Subtotal payment method")
1010
zero_subtotal_sort_order: Int @doc(description: "A number indicating the position of the Zero Subtotal payment method in the list of available payment methods during checkout")
11-
check_money_order_enabled: Boolean @doc(description: "Check/Money Order payment method status: enabled/disabled")
11+
check_money_order_enabled: Boolean @doc(description: "Indicates whether the Check/Money Order payment method is enabled")
1212
check_money_order_title: String @doc(description: "The title of the Check/Money Order payment method displayed on the storefront")
1313
check_money_order_new_order_status: String @doc(description: "Status of new orders placed using the Check/Money Order payment method")
1414
check_money_order_payment_from_applicable_countries: String @doc(description: "States whether All Allowed Countries or Specific Countries can use the Check/Money Order payment method")

0 commit comments

Comments
 (0)