Skip to content

Commit

Permalink
Fix sandbox URL
Browse files Browse the repository at this point in the history
  • Loading branch information
sverraest authored Mar 5, 2020
1 parent bdd3c58 commit 08702c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Client
const API_VERSION = '2.0';
const APP_VERSION = 'pomelopay-connect-php';
const SIGN_METHOD = 'sha1';
const SANDBOX_ENDPOINT = 'https://api.uat.pomelopay.com/public/';
const SANDBOX_ENDPOINT = 'https://api.dev.pomelopay.com/public/';
const PRODUCTION_ENDPOINT = 'https://api.pomelopay.com/public/';

/**
Expand Down

0 comments on commit 08702c1

Please sign in to comment.