This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
Dachen
/
shopify_api
Segui
3
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
Adding support via the gem for the FulfillmentService API
Ben Cox
11 anni fa
parent
ca05930e5d
commit
a0c4db302f
1 ha cambiato i file
con
4 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
4
0
lib/shopify_api/resources/fulfillment_service.rb
+ 4
- 0
lib/shopify_api/resources/fulfillment_service.rb
Vedi File
@@ -0,0 +1,4 @@
+module ShopifyAPI
+ class FulfillmentService < Base
+ end
+end