This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
Dachen
/
shopify_api
Observar
3
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Ver código fonte
Adding support via the gem for the FulfillmentService API
Ben Cox
11 anos atrás
pai
ca05930e5d
commit
a0c4db302f
1 arquivos alterados
com
4 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
4
0
lib/shopify_api/resources/fulfillment_service.rb
+ 4
- 0
lib/shopify_api/resources/fulfillment_service.rb
Ver arquivo
@@ -0,0 +1,4 @@
+module ShopifyAPI
+ class FulfillmentService < Base
+ end
+end