mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-03 08:37:53 +08:00
Add update status note for capture denied
This commit is contained in:
parent
51001c388e
commit
e1cd7d5ad1
3 changed files with 16 additions and 9 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue