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.
|
// Seems to have been removed. Try anyway.
|
||||||
if (xfrRadio instanceof Element) xfrRadio.dispatchEvent(new Event('change'));
|
if (xfrRadio instanceof Element) xfrRadio.dispatchEvent(new Event('change'));
|
||||||
settings.get(bankDetailConfigKeys).then(results => {
|
settings.get(bankDetailConfigKeys).then(results => {
|
||||||
console.debug(results);
|
console.debug("storage returned", results);
|
||||||
for (const [k, v] of Object.entries(results)) {
|
for (const [k, v] of Object.entries(results)) {
|
||||||
switch (k) {
|
switch (k) {
|
||||||
case "pymt__iban":
|
case "pymt__iban":
|
||||||
|
Loading…
Reference in New Issue
Block a user