This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
Dachen
/
shopify_api
Seguir
3
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Adding support via the gem for the FulfillmentService API
Ben Cox
hace 11 años
padre
ca05930e5d
commit
a0c4db302f
Se han
modificado 1 ficheros
con
4 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
4
0
lib/shopify_api/resources/fulfillment_service.rb
+ 4
- 0
lib/shopify_api/resources/fulfillment_service.rb
Ver fichero
@@ -0,0 +1,4 @@
+module ShopifyAPI
+ class FulfillmentService < Base
+ end
+end