How to destroy Payal Smart Button

erikpham
Contributor
Contributor

Hello,

 

I am integrating PayPal SmartButton into our site using SPA.

In the Checkout Page, I create a PayPal button. However, Users can go back to the homepage from here, so the PayPal Smart button's DOM will be lost and SDK will fire "Window closed" exception.

I tried to find in your documents but found no way to destroy created Smart Button.

So is there any way to remove Smart Button without having exceptions?

Login to Me Too
2 REPLIES 2

jcraney3
Contributor
Contributor

Im having a similar problem in my angular spa. I created a shopping cart interface and after I one initial purchase, every item I add to the cart just automatically goes to payment approved instead of waiting for another payment. 

Login to Me Too

matfish2
New Community Member

I ended up just clearing the container HTML. Might be hacky, but works.

 

e.g using JQuery:

$('#paypal-button-container').html('');

 

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.