modules/CDev/Paypal/templates/web/customer/modules/CDev/Paypal/ppcm_banner/product_page.twig line 1

Open in your IDE?
  1. {##
  2.  # PayPal credit messaging banner
  3.  #
  4.  # @ListChild (list="product.details.page.info", weight="45")
  5.  #}
  6. {% if this.get('product').isAvailable() %}
  7.     {{ widget('CDev\\Paypal\\View\\PPCMBanner', page='product') }}
  8. {% endif %}