prettier
This commit is contained in:
CarlNation 2026-04-27 11:13:12 -04:00
parent 4cf8957672
commit 09ca8efd9d

View file

@ -140,10 +140,7 @@ export default {
} catch (error) {
console.error("Failed to initialize Adyen payment:", error);
const errorJson = JSON.stringify(
error,
Object.getOwnPropertyNames(Object(error))
);
const errorJson = JSON.stringify(error, Object.getOwnPropertyNames(Object(error)));
analyticsMixin.methods.pushFmgSessionData(errorJson);
await global.$logger.logError(errorJson);