This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
Dachen
/
shopify_api
Pridať medzi pozorované
3
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
a2a2702bda
Branche
Tagy
main
shopify_api
/
lib
/
shopify_api
/
resources
/
transaction.rb
transaction.rb
108 B
História
Raw
1
2
3
4
5
6
# frozen_string_literal: true
module ShopifyAPI
class Transaction < Base
init_prefix :order
end
end