Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. 'Magento_Checkout/js/view/payment/default',
  2. 'jquery',
  3. 'jquery/ui',
  4.  
  5.  
  6. ],
  7. function (Component,$) {
  8. 'use strict';
  9.  
  10. $(document).on("click","#SendOTP", function() {
  11. alert("Test!");
  12. });
  13.  
  14. return Component.extend({
  15. defaults: {
  16. template: 'Emipro_Custompayment/payment/custompayment'
  17. },
  18.  
  19.  
  20.  
  21.  
  22. });
  23. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement