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
Added new resource for checkout
Carson Reinke
hace 12 años
padre
0769cdd5ec
commit
a5c0aed1fe
Se han
modificado 1 ficheros
con
4 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
4
0
lib/shopify_api/resources/checkout.rb
+ 4
- 0
lib/shopify_api/resources/checkout.rb
Ver fichero
@@ -0,0 +1,4 @@
+module ShopifyAPI
+ class Checkout < Base
+ end
+end