app/Plugin/EccubePaymentLite42/Resource/template/default/Shopping/credit_card_info.twig line 1

Open in your IDE?
  1. <script>
  2. /*
  3.     $(function () {
  4.         {% if isRegisteredCreditCard %}
  5.             $('.ec-orderPayment:first').after(
  6.                 '<div class="ec-orderPayment">'+
  7.                     '<div class="ec-rectHeading">'+
  8.                         '<h2>お客様のクレジットカード</h2>'+
  9.                     '</div>'+
  10.                     '<p>カードブランド: {{ cardBrand }}</p>'+
  11.                     '<p>クレジットカード番号: **** - **** - **** - {{ cardNumberMask }}</p>'+
  12.                     '<p>有効期限: {{ cardExpire }}</p>'+
  13.                 '</div>'
  14.             );
  15.         {% endif %}
  16.     });
  17. */
  18. </script>