Skip to content

Commit

Permalink
fix base url for test system
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Haitzer <thomas.haitzer@credi2.com>
  • Loading branch information
Thomas Haitzer committed Sep 26, 2022
1 parent 358fce0 commit ac5f024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Api/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ abstract class Base
const CP_ERROR_INTERNAL_SERVER_ERROR = 'INTERNAL_SERVER_ERROR';
const CP_ERROR_DUPLICATE_CUSTOMER = 'DUPLICATE_CUSTOMER';

const TEST_URL = 'https://test.cashpresso.com/rest/backend/ecommerce/v2/';
const TEST_URL = 'https://backend.test-cashpresso.com/backend/ecommerce/v2/';
const LIVE_URL = 'https://backend.cashpresso.com/rest/backend/ecommerce/v2/';

/**
Expand Down

0 comments on commit ac5f024

Please sign in to comment.