You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/code/Magento/PaymentGraphQl/etc/schema.graphqls
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ type StoreConfig {
7
7
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")
8
8
zero_subtotal_payment_from_applicable_countries: String@doc(description: "States whether All Allowed Countries or Specific Countries can use the Zero Subtotal payment method")
9
9
zero_subtotal_payment_from_specific_countries: String@doc(description: "Comma-separated list of specific countries allowed to use the Zero Subtotal payment method")
10
-
zero_subtotal_sort_order: String@doc(description: "A number indicating the position of the Zero Subtotal payment method in the list of available payment methods during checkout")
10
+
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
11
check_money_order_enabled: Boolean@doc(description: "Check/Money Order payment method status: enabled/disabled")
12
12
check_money_order_title: String@doc(description: "The title of the Check/Money Order payment method displayed on the storefront")
13
13
check_money_order_new_order_status: String@doc(description: "Status of new orders placed using the Check/Money Order payment method")
@@ -17,5 +17,5 @@ type StoreConfig {
17
17
check_money_order_send_check_to: String@doc(description: "The full street address or PO Box where the checks are mailed")
18
18
check_money_order_min_order_total: String@doc(description: "Minimum order amount required to qualify for the Check/Money Order payment method")
19
19
check_money_order_max_order_total: String@doc(description: "Maximum order amount required to qualify for the Check/Money Order payment method")
20
-
check_money_order_sort_order: String@doc(description: "A number indicating the position of the Check/Money Order payment method in the list of available payment methods during checkout")
20
+
check_money_order_sort_order: Int@doc(description: "A number indicating the position of the Check/Money Order payment method in the list of available payment methods during checkout")
0 commit comments