cancel
Showing results for 
Search instead for 
Did you mean: 

How to destroy Payal Smart Button

Options
erikpham
Contributor
Posted on

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?

2 REPLIES 2

How to destroy Payal Smart Button

Options
jcraney3
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. 

How to destroy Payal Smart Button

Options
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('');

 

Haven't Found your Answer?

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