Sha256: 8e8c5619d3dfcd10b0f2e72479cabb7ba836387c6f48db5dc2956899b2bbb322

Contents?: true

Size: 803 Bytes

Versions: 5

Compression:

Stored size: 803 Bytes

Contents

Workarea::Plugin.append_partials(
  'storefront.document_head',
  'workarea/storefront/paypal/paypal_sdk'
)

Workarea::Plugin.append_partials(
  'storefront.cart_show',
  'workarea/storefront/carts/paypal_checkout'
)

Workarea::Plugin.append_partials(
  'storefront.payment_method',
  'workarea/storefront/checkouts/paypal_payment'
)

Workarea::Plugin.append_javascripts(
  'storefront.config',
  'workarea/storefront/paypal/config'
)

Workarea::Plugin.append_javascripts(
  'storefront.templates',
  'workarea/storefront/paypal/templates/paypal_fields'
)

Workarea::Plugin.append_javascripts(
  'storefront.modules',
  'workarea/storefront/paypal/modules/update_checkout_submit_text',
  'workarea/storefront/paypal/modules/paypal_buttons',
  'workarea/storefront/paypal/modules/paypal_hosted_fields'
)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
workarea-paypal-3.0.4 config/initializers/append_points.rb
workarea-paypal-3.0.3 config/initializers/append_points.rb
workarea-paypal-3.0.2 config/initializers/append_points.rb
workarea-paypal-3.0.1 config/initializers/append_points.rb
workarea-paypal-3.0.0 config/initializers/append_points.rb