Skip to content

Commit

Permalink
PISHPS-367: fixed import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
m-muxfeld-diw committed Nov 15, 2024
1 parent 7a8e577 commit 3cd35c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// eslint-disable-next-line no-undef
import MolliePaymentsRefundBundleRepositoryService from './mollie-payments-refund-bundle-repository.service';

import MolliePaymentsRefundBundleRepositoryService from './mollie-payments-refund-bundle-repository.service';
// eslint-disable-next-line no-undef
const ApiService = Shopware.Classes.ApiService;

export default class MolliePaymentsConfigService extends ApiService {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// eslint-disable-next-line no-undef
import MolliePaymentsRefundBundleRepositoryService from './mollie-payments-refund-bundle-repository.service';

import MolliePaymentsRefundBundleRepositoryService from './mollie-payments-refund-bundle-repository.service';
// eslint-disable-next-line no-undef
const ApiService = Shopware.Classes.ApiService;

class MolliePaymentsOrderService extends ApiService {
Expand Down

0 comments on commit 3cd35c2

Please sign in to comment.