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

@@ -1,7 +1,7 @@
import {
generateUser,
} from '../../../../../helpers/api-integration/v3';
import paypalPayments from '../../../../../../website/server/libs/paypalPayments';
import paypalPayments from '../../../../../../website/server/libs/payments/paypal';
describe('payments - paypal - #ipn', () => {
let endpoint = '/paypal/ipn';