Skip to content

Commit cd7b69d

Browse files
committed
[EX-293] Dr. Ho's - Required population of sandbox ID needed for production deployment.
- fixed issue with store id
1 parent 695e251 commit cd7b69d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
},
1414
"type": "magento2-module",
15-
"version": "1.0.1",
15+
"version": "1.0.2",
1616
"license": [
1717

1818
],

etc/schema.graphqls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
type StoreConfig @doc(description: "The type contains information about a store config.") {
22
warranty_enabled: Int @doc(description:"Extend Warranty Enabled Flag")
3-
warranty_store_id: String @doc(description:"Extend Warranty Store Id")
3+
warranty_store_id: String @doc(description:"Extend Warranty Store Id") @resolver(class: "Extend\\WarrantyGraphQl\\Model\\Resolver\\StoreConfig")
44
warranty_cart_offers_enabled: Int @doc(description:"Extend Warranty Offers enabled for cart")
55
warranty_environment: String @doc(description:"Current Environment") @resolver(class: "Extend\\WarrantyGraphQl\\Model\\Resolver\\StoreConfig")
66
warranty_js_lib_url: String @doc(description:"Url to extend js stdlib") @resolver(class: "Extend\\WarrantyGraphQl\\Model\\Resolver\\StoreConfig")

0 commit comments

Comments
 (0)