transaction.rb 108 B

123456
  1. # frozen_string_literal: true
  2. module ShopifyAPI
  3. class Transaction < Base
  4. init_prefix :order
  5. end
  6. end