CINXE.COM
PayUMoney
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html xmlns:ng="http://angularjs.org/" id="ng-app" ng-app="app"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>PayUMoney</title> <link href="//media.payumoney.com/index.php?f=media/css/layout.css,media/css/common/popup.css,media/font/font.css" rel="stylesheet" type="text/css" /> <link href="https://file.payumoney.com/images/favicon_index.ico" rel="shortcut icon" type='image/x-icon' sizes="16x16"/> <!--[if lte IE 8]> <script> document.createElement('ng-include'); document.createElement('ng-pluralize'); document.createElement('ng-view'); // Optionally these for CSS document.createElement('ng:include'); document.createElement('ng:pluralize'); document.createElement('ng:view'); </script> <![endif]--> <script async="true" type="text/javascript"> /*Some ie fixes */ /*Basic fixes for indexOf in ie can be moved to some */ if (!Array.prototype.indexOf) { Array.prototype.indexOf = function(obj, start) { for (var i = (start || 0), j = this.length; i < j; i++) { if (this[i] === obj) { return i; } } return -1; } } var _reqM = [//@wiki sequence is neccessary. 'A/jquery/jquery.min.js', 'A/angular.min.js', 'A/angular-route.min.js', 'A/jquery-ui/ui/minified/jquery.ui.core.min.js', 'A/jquery-ui/ui/minified/jquery.ui.widget.min.js', 'A/jquery-ui/ui/minified/jquery.ui.datepicker.min.js', 'A/jquery-ui/ui/minified/jquery.iframe-transport.min.js', 'A/jquery-ui/ui/minified/jquery.fileupload.min.js', 'A/jquery-ui/ui/minified/jquery.timepicker.min.js', 'A/storage.js', 'A/captcha.js', 'A/angular-cookies.min.js', 'A/angular-resource.min.js', 'A/angular-sanitize.min.js', 'Application/service/dynamicService.js', 'E/Google/gaService.js', 'Application/models/authModel.js', 'Application/models/merchantModel.js', 'Application/models/customerWebFrontModel.js', 'Application/models/merchantWebFrontModel.js', 'Application/service/fileService.js', // 'E/Mixpanel/mixpanelIntegration.js', // 'E/Mixpanel/mixpanelService.js', 'Application/service/loginService.js', 'Application/service/cookiePlaneService.js', 'Application/directives/merchant/ng-user.js', 'Application/bootstrap.js', 'Application/directives/ngc-placeholder.js', 'Application/directives/ngc-PasswordValidate.js', 'Application/directives/ngc-popuphandler.js', 'Application/directives/autocompleteDirective.js', 'webfronts/route.js', 'Application/controllers/customer/webfront/customerWebFrontController.js' ]; (function(document) { var ng = document.createElement('script'); ng.type = 'text/javascript'; ng.async = true; ng.src = '//ux.payumoney.com/index.php?f=' + _reqM.join(','); var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ng, s); })(window.document); </script> </head> <body> <ng:view></ng:view> </body> </html>