transaction.rb 78 B

12345
  1. module ShopifyAPI
  2. class Transaction < Base
  3. init_prefix :order
  4. end
  5. end