Skip to content

MC-15427: Token Abuse in PayPal Payflow module#1

Open
viktym wants to merge 2 commits into2.3-developfrom
MC-15427
Open

MC-15427: Token Abuse in PayPal Payflow module#1
viktym wants to merge 2 commits into2.3-developfrom
MC-15427

Conversation

@viktym
Copy link
Collaborator

@viktym 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));

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove unnecessary bind

Copy link
Collaborator Author

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 ($) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove extra line brake

Copy link
Collaborator Author

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants