Sha256: 6054fd7cf0e234b7ac59b564ec51c15b98e5965b3711aa5d5b3d078d0d6a28de

Contents?: true

Size: 629 Bytes

Versions: 11

Compression:

Stored size: 629 Bytes

Contents

<div style="margin-top:20px;">
  <%= render partial: "solidus_paypal_commerce_platform/shared/javascript_sdk_tag", locals: {payment_method: payment_method} %>

  <div id="paypal-button-container"></div>

  <div data-pp-message data-pp-placement="product" data-pp-amount="<%= @product.price %>"></div>

  <script>
    SolidusPaypalCommercePlatform.checkout_url = "<%= checkout_url %>"
    $( document ).ready(function() {
      SolidusPaypalCommercePlatform.renderProductButton("<%= payment_method.id %>",<%= raw payment_method.button_style.to_json %>)
    })
  </script>
</div>

<div id="paypal_commerce_platform_overlay"></div>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
solidus_paypal_commerce_platform-0.7.1 lib/views/frontend/spree/products/payment/_paypal_commerce_platform.html.erb
solidus_paypal_commerce_platform-0.7.0 lib/views/frontend/spree/products/payment/_paypal_commerce_platform.html.erb
solidus_paypal_commerce_platform-0.6.0 lib/views/frontend/spree/products/payment/_paypal_commerce_platform.html.erb
solidus_paypal_commerce_platform-0.5.0 lib/views/frontend/spree/products/payment/_paypal_commerce_platform.html.erb
solidus_paypal_commerce_platform-0.4.0 lib/views/frontend/spree/products/payment/_paypal_commerce_platform.html.erb
solidus_paypal_commerce_platform-0.3.2 lib/views/frontend/spree/products/payment/_paypal_commerce_platform.html.erb
solidus_paypal_commerce_platform-0.3.1 lib/views/frontend/spree/products/payment/_paypal_commerce_platform.html.erb
solidus_paypal_commerce_platform-0.3.0 lib/views/frontend/spree/products/payment/_paypal_commerce_platform.html.erb
solidus_paypal_commerce_platform-0.2.2 lib/views/frontend/spree/products/payment/_paypal_commerce_platform.html.erb
solidus_paypal_commerce_platform-0.2.1 lib/views/frontend/spree/products/payment/_paypal_commerce_platform.html.erb
solidus_paypal_commerce_platform-0.2.0 lib/views/frontend/spree/products/payment/_paypal_commerce_platform.html.erb