Skip to content

Commit

Permalink
fix: removed unused config
Browse files Browse the repository at this point in the history
  • Loading branch information
amihajlovski committed Nov 7, 2023
1 parent bf3aacb commit 1104bbd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions adyen/controllers/e2e-setup.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import {ShopperLogin, ShopperBaskets} from 'commerce-sdk-isomorphic'
import {getConfig} from '@salesforce/pwa-kit-runtime/utils/ssr-config'
import AdyenCheckoutConfig from './checkout-config'

async function setupE2E(req, res) {
const checkout = AdyenCheckoutConfig.getInstance()

try {
const {app: appConfig} = getConfig()
const shopperBaskets = new ShopperBaskets({
Expand Down

0 comments on commit 1104bbd

Please sign in to comment.