prettier
prettier
This commit is contained in:
parent
4cf8957672
commit
09ca8efd9d
1 changed files with 1 additions and 4 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue