Add ShopifyAPI::Payment resource
@@ -0,0 +1,7 @@
+# frozen_string_literal: true
+
+module ShopifyAPI
+ class Payment < Base
+ self.prefix = '/admin/checkouts/:checkout_id/'
+ end
+end