reorganize payments files (#10235)

This commit is contained in:
Matteo Pagliazzi
2018-04-08 16:27:03 +02:00
committed by GitHub
parent fb4d3e44d3
commit 1c1b0f00ad
53 changed files with 121 additions and 121 deletions

View File

@@ -6,8 +6,8 @@ import {
} from '../../../../../../helpers/api-unit.helper.js';
import { model as User } from '../../../../../../../website/server/models/user';
import { model as Coupon } from '../../../../../../../website/server/models/coupon';
import stripePayments from '../../../../../../../website/server/libs/stripePayments';
import payments from '../../../../../../../website/server/libs/payments';
import stripePayments from '../../../../../../../website/server/libs/payments/stripe';
import payments from '../../../../../../../website/server/libs/payments/payments';
import common from '../../../../../../../website/common';
const i18n = common.i18n;