This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
Dachen
/
shopify_api
Suivre
3
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Parcourir la source
Adding support via the gem for the FulfillmentService API
Ben Cox
il y a 11 ans
Parent
ca05930e5d
commit
a0c4db302f
1 fichiers modifiés
avec
4 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
4
0
lib/shopify_api/resources/fulfillment_service.rb
+ 4
- 0
lib/shopify_api/resources/fulfillment_service.rb
Voir le fichier
@@ -0,0 +1,4 @@
+module ShopifyAPI
+ class FulfillmentService < Base
+ end
+end