File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,11 @@ under the License.
30
30
<service name =" co.hotwax.shopify.order.ShopifyOrderServices.get#OrderCount" />
31
31
</method >
32
32
</resource >
33
+ <resource name =" details" require-authentication =" anonymous-all" >
34
+ <method type =" get" >
35
+ <service name =" co.hotwax.shopify.order.ShopifyOrderServices.get#OrderDetails" />
36
+ </method >
37
+ </resource >
33
38
</resource >
34
39
<resource name =" bulk" require-authentication =" anonymous-all" >
35
40
<resource name =" query" require-authentication =" anonymous-all" >
@@ -38,9 +43,4 @@ under the License.
38
43
</method >
39
44
</resource >
40
45
</resource >
41
- <resource name =" order" >
42
- <method type =" get" >
43
- <service name =" co.hotwax.shopify.order.ShopifyOrderServices.get#OrderDetails" />
44
- </method >
45
- </resource >
46
46
</resource >
You can’t perform that action at this time.
0 commit comments