-
Notifications
You must be signed in to change notification settings - Fork 0
MC-15427: Token Abuse in PayPal Payflow module #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 2.3-develop
Are you sure you want to change the base?
Conversation
viktym
commented
Mar 19, 2019
- added protection of PayPal PayflowPro payment form by reCaptcha
|
|
||
| $(this.options.paymentFormSelector).on('captcha:endExecute', function () { | ||
| original(args); | ||
| }.bind(this)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove unnecessary bind
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
| 'use strict'; | ||
|
|
||
| define(['jquery', 'jquery/ui'], function ($) { | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove extra line brake
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
- added protection of PayPal PayflowPro payment form by reCaptcha
- added separate component for async reCaptcha