Skip to content

Commit

Permalink
🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksanderBondar committed Jan 4, 2024
1 parent f1c7bca commit c2b2e60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vendure-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import path from "path";
import { ExactStockDisplayStrategy } from "./utils/stock-display-strategy";
import { dummyPaymentHandler } from "./utils/dummy-payment";
import "dotenv/config";
import { Przelewy24Plugin } from "./dist";
// import { Przelewy24Plugin } from "./dist";

const IS_DEV = process.env.APP_ENV === "dev";

Expand Down Expand Up @@ -98,7 +98,7 @@ export const config: VendureConfig = {
// need to be updated. See the "Migrations" section in README.md.
customFields: {},
plugins: [
Przelewy24Plugin.init({}),
// Przelewy24Plugin.init({}),
AssetsPlugin,
// StripePlugin.init({
// storeCustomersInStripe: true,
Expand Down

0 comments on commit c2b2e60

Please sign in to comment.