Add update status note for capture denied

This commit is contained in:
dinamiko 2022-07-20 11:37:28 +02:00
parent 51001c388e
commit e1cd7d5ad1
3 changed files with 16 additions and 9 deletions

View file

@ -5,8 +5,8 @@ document.addEventListener(
if(data.payer_action && data.payer_action !== '') {
const width = screen.width / 2;
const height = screen.height / 2;
const left = (screen.width / 2) - (width / 2);
const top = (screen.height / 2) - (height / 2);
const left = width - (width / 2);
const top = height - (height / 2);
window.open(
data.payer_action,
'_blank',