Sha256: 6a3e3e2611281622e954ced377b0e2f214d52008ccf24fba59519032cb4d1f4b
Contents?: true
Size: 745 Bytes
Versions: 4
Compression:
Stored size: 745 Bytes
Contents
module Workarea Plugin.append_partials( 'storefront.document_head', 'workarea/storefront/stripe/stripe_js' ) Plugin.append_javascripts( 'storefront.config', 'workarea/storefront/stripe/config' ) Plugin.append_partials( 'storefront.payment_method', 'workarea/storefront/checkouts/stripe_form' ) Plugin.append_javascripts( 'storefront.modules', 'workarea/storefront/stripe/modules/stripe_elements' ) if Rails.env.test? Plugin.append_javascripts( 'storefront.modules', 'workarea/storefront/stripe/modules/bogus_stripe_elements' ) else Plugin.append_stylesheets( 'storefront.components', 'workarea/stripe/components/checkout_payment_stripe' ) end end
Version data entries
4 entries across 4 versions & 1 rubygems