Lightbox Pagseguro

0

When I'm in the Pagasero Lightbox checkout, in the middle of one of the scripts I enter the data into my database. But after choosing the button CLOSE the purchase or CANCEL the purchase the record of that id is removed from the bank.

My script does not have any DELETE.

I followed step by step - I opened two tabs, one buying in the store and another with the database - and the registry stays there until the button action definition.

I do not understand how the Pagseguro script can access to delete my record in the database. Does anyone know what might be happening?

    
asked by anonymous 14.07.2016 / 04:20

1 answer

1

See if you have not set any actions on the abort function that is inside the function that opens the lightbox.

Another tip I can give you is that if you have configured the notification, make sure your script is not performing any delete.

I hope I have helped you.

    
14.07.2016 / 05:52