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
Adds price rule class
Jordan Liddle
hace 8 años
padre
efff684852
commit
9615ddbf6c
Se han
modificado 1 ficheros
con
4 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
4
0
lib/shopify_api/resources/price_rule.rb
+ 4
- 0
lib/shopify_api/resources/price_rule.rb
Ver fichero
@@ -0,0 +1,4 @@
+module ShopifyAPI
+ class PriceRule < Base
+ end
+end