This website works better with JavaScript
Home
Explore
Help
Sign In
Dachen
/
shopify_api
Watch
3
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
7433b0316d
Branches
Tags
main
shopify_api
/
lib
/
shopify_api
/
resources
/
transaction.rb
transaction.rb
78 B
History
Raw
1
2
3
4
5
module ShopifyAPI
class Transaction < Base
init_prefix :order
end
end