Last active
August 29, 2015 14:17
-
-
Save dgmstuart/33eeb05638bfebdc04db to your computer and use it in GitHub Desktop.
Javascript errors on Ryanair payment
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
First error: https://www.bookryanair.com/SkySales/Booking.aspx?culture=en-GB&lc=en-GB#Payment | |
GET https://www.bookryanair.com/cb/qv49l7bp/3515927592/check.js?_=1426706153419 jquery.min.js:6 | |
x.ajaxTransport.send jquery.min.js:6 | |
x.extend.ajax jquery.min.js:6 | |
x.extend._evalUrl jquery.min.js:6 | |
x.fn.extend.domManip jquery.min.js:5 | |
x.fn.extend.append jquery.min.js:5 | |
(anonymous function) jquery.min.js:5 | |
x.extend.access jquery.min.js:4 | |
x.fn.extend.html jquery.min.js:5 | |
e angular.js:2186 | |
$scope.load SkySales_AD876E3B7727832C7EFD8648C9FCD712.js:140 | |
$.ajaxSubmit.success SkySales_AD876E3B7727832C7EFD8648C9FCD712.js:135 | |
$.fn.ajaxSubmit.options.success SkySales_AD876E3B7727832C7EFD8648C9FCD712.js:39 | |
x.Callbacks.c jquery.min.js:4 | |
x.Callbacks.p.fireWith jquery.min.js:4 | |
k jquery.min.js:6 | |
x.ajaxTransport.send.r jquery.min.js:6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Second error - on entering payment details on https://www.bookryanair.com/SkySales/Booking.aspx?culture=en-GB&lc=en-GB#Payment: | |
Failure with checking formfill: SecurityError: Blocked a frame with origin "https://www.bookryanair.com" from accessing a cross-origin frame. ln: undefined onloadwff.js:85 | |
TypeError: Cannot read property 'Ins' of undefined angular.js:9509 | |
at h.$scope.setExtras (SkySales_197F36C9094C28F6A23033EF9A356607.js:173) | |
at SkySales_197F36C9094C28F6A23033EF9A356607.js:177 | |
at Object.r [as forEach] (angular.js:329) | |
at SkySales_197F36C9094C28F6A23033EF9A356607.js:177 | |
at angular.js:7680 | |
at l.promise.then.C (angular.js:11046) | |
at angular.js:11132 | |
at h.$get.h.$eval (angular.js:12075) | |
at h.$get.h.$digest (angular.js:11903) | |
at h.$get.h.$apply (angular.js:12179) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Last error (fatal) on clicking pay | |
GET https://www.bookryanair.com/cb/qv49l7bp/3515927592/check.js?_=1426706153421 | |
x.ajaxTransport.send jquery.min.js:6 | |
x.extend.ajax jquery.min.js:6 | |
x.extend._evalUrl jquery.min.js:6 | |
x.fn.extend.domManip jquery.min.js:5 | |
x.fn.extend.append jquery.min.js:5 | |
(anonymous function) jquery.min.js:5 | |
x.extend.access jquery.min.js:4 | |
x.fn.extend.html jquery.min.js:5 | |
e angular.js:2186 | |
$scope.load SkySales_AD876E3B7727832C7EFD8648C9FCD712.js:140 | |
$.ajaxSubmit.success SkySales_AD876E3B7727832C7EFD8648C9FCD712.js:135 | |
$.fn.ajaxSubmit.options.success SkySales_AD876E3B7727832C7EFD8648C9FCD712.js:39 | |
x.Callbacks.c jquery.min.js:4 | |
x.Callbacks.p.fireWith jquery.min.js:4 | |
k jquery.min.js:6 | |
x.ajaxTransport.send.r jquery.min.js:6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment