Sha256: 703d2df7dee2627e8b527901d4727a032d335a9d5bbb79063a232e944c4ac4dc
Contents?: true
Size: 461 Bytes
Versions: 5
Compression:
Stored size: 461 Bytes
Contents
# frozen_string_literal: true module Extension module Features module Argo class Checkout < Base GIT_TEMPLATE = 'https://github.com/Shopify/argo-checkout-template.git' RENDERER_PACKAGE = '@shopify/argo-checkout' private_constant :GIT_TEMPLATE, :RENDERER_PACKAGE def git_template GIT_TEMPLATE end def renderer_package_name RENDERER_PACKAGE end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems