mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Add console error into connect catch
This commit is contained in:
parent
a528a72716
commit
40ae3a2fa3
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ class Fastlane {
|
|||
resolve();
|
||||
})
|
||||
.catch((error) => {
|
||||
console.error(error)
|
||||
reject();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue