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
Added new resource for checkout
Carson Reinke
il y a 12 ans
Parent
0769cdd5ec
commit
a5c0aed1fe
1 fichiers modifiés
avec
4 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
4
0
lib/shopify_api/resources/checkout.rb
+ 4
- 0
lib/shopify_api/resources/checkout.rb
Voir le fichier
@@ -0,0 +1,4 @@
+module ShopifyAPI
+ class Checkout < Base
+ end
+end