src/Social/FrontendBundle/Resources/views/Payment/show_post_payment_modals.html.twig line 1

Open in your IDE?
  1. <script>
  2. {% if payment == 'success' and (etat == 'ok' or event == 'initial') %}
  3.     var showPostPaymentModalSuccess = true;
  4. {% elseif payment == 'cancelled' %}
  5.     var showPostPaymentModalCancelled = true;
  6. {% elseif payment == 'show' %}
  7.     var showPayment = true;
  8. {% endif %}
  9. </script>