Close IAB when requested from within (fix #3)
This commit is contained in:
parent
8dca406184
commit
9021d13604
@ -291,7 +291,7 @@ function openCheckoutWindowToSaveCard(onaccountpage) {
|
||||
function (params) {
|
||||
// on get message from browser
|
||||
// only message we should get is "kill me"
|
||||
if (params.data.my_message == "kill me") {
|
||||
if (params.data.msg == "kill me") {
|
||||
initAccountPage();
|
||||
closeBrowser();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user