more legible debug
This commit is contained in:
parent
62a08c9166
commit
e12f2d53b9
@ -488,7 +488,7 @@ const enterPaymentDetails = {
|
||||
// Seems to have been removed. Try anyway.
|
||||
if (xfrRadio instanceof Element) xfrRadio.dispatchEvent(new Event('change'));
|
||||
settings.get(bankDetailConfigKeys).then(results => {
|
||||
console.debug(results);
|
||||
console.debug("storage returned", results);
|
||||
for (const [k, v] of Object.entries(results)) {
|
||||
switch (k) {
|
||||
case "pymt__iban":
|
||||
|
Loading…
Reference in New Issue
Block a user