We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74b5eb9 commit 82b97d3Copy full SHA for 82b97d3
app/code/Magento/Paypal/view/frontend/web/js/in-context/billing-agreement.js
@@ -27,7 +27,7 @@ define([
27
if (this.options.invalidateOnCreate) {
28
this.invalidate();
29
}
30
- this.element.on('click', function () {
+ $(this.options.cancelButtonSelector).on('click', function () {
31
confirm({
32
content: self.options.cancelMessage,
33
actions: {
0 commit comments