abandoned_checkout.rb 127 B

1234567
  1. # frozen_string_literal: true
  2. module ShopifyAPI
  3. class AbandonedCheckout < Base
  4. self.element_name = "checkout"
  5. end
  6. end