webdna / commerce-braintree

Braintree gateway for Craft Commerce
Other
2 stars 11 forks source link

Fixed removal of event listener #50

Open jmauzyk opened 1 year ago

jmauzyk commented 1 year ago

If using a bound function for the event listener, removal needs to be handled differently. removeEventListener() needs to remove the specific instance, rather than the generic function. Without this, the event listener is not removed.