[Vuejs]-How to use DIBS payment system with vuejs?

0👍

Had this issue this week.

Contacted Dibs Support with the issue, left work and the next day i returned to an email from support with a copy of my API-keys which i already had received, but after testing out my project again (Which had no changes) this error magically disappeared, so apparently this issue was something on their end. Assuming my keys were missing the proper authorisations.

0👍

Read the error message properly, it is an es lint error

Did this to solve it

/*eslint-disable */
  var checkout = new Dibs.Checkout(this.checkoutData)
  /* eslint-enable */

Leave a comment