mirror of
https://github.com/valitydev/checkout.git
synced 2024-11-06 02:25:18 +00:00
FE-61: target fix
This commit is contained in:
parent
dee2f598f8
commit
1657ebf72a
@ -19,7 +19,7 @@ export default class Form3ds {
|
||||
}
|
||||
this.element.appendChild(formParam);
|
||||
});
|
||||
this.element.setAttribute('target', '_self');
|
||||
this.element.setAttribute('target', '_top');
|
||||
}
|
||||
|
||||
render() {
|
||||
|
Loading…
Reference in New Issue
Block a user