v3 payments: fix urls in tests

This commit is contained in:
Matteo Pagliazzi
2016-05-10 17:00:47 +02:00
parent cd84ebd4c5
commit 1c887b18e1
14 changed files with 14 additions and 14 deletions

View File

@@ -3,7 +3,7 @@ import {
} from '../../../../helpers/api-integration/v3';
describe('payments - amazon - #createOrderReferenceId', () => {
let endpoint = '/payments/amazon/createOrderReferenceId';
let endpoint = '/amazon/createOrderReferenceId';
let user;
beforeEach(async () => {