Skip to content

Commit

Permalink
fix: stripe related build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
evereq committed Apr 14, 2020
1 parent 120a39a commit a3ae58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/services/orders/OrdersService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import CarriersService from '../carriers/CarriersService';
import IOrderRouter from '@modules/server.common/routers/IOrderRouter';
import { asyncListener, observableListener, routerName } from '@pyro/io';
import IService from '../IService';
import Stripe from 'Stripe';
import { exhaustMap, first, switchMap, map } from 'rxjs/operators';
import { v1 as uuid } from 'uuid';
import OrderProduct from '@modules/server.common/entities/OrderProduct';
Expand All @@ -31,6 +30,7 @@ import OrderStatus from '@modules/server.common/enums/OrderStatus';
import User from '@modules/server.common/entities/User';
import { ProductsService } from '../../services/products';
import { Observable } from 'rxjs';
import Stripe = require('stripe');

@injectable()
@routerName('order')
Expand Down

0 comments on commit a3ae58c

Please sign in to comment.