shipping_rate.rb 107 B

12345
  1. module ShopifyAPI
  2. class ShippingRate < Base
  3. self.prefix = '/admin/checkouts/:checkout_id/'
  4. end
  5. end