Skip to content

Commit 272781f

Browse files
Merge pull request #15 from tantofaznem/patch-1
Update Production Endpoint
2 parents d9acf98 + a27d715 commit 272781f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Paymentsds/MPesa/Environment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Environment
99
];
1010

1111
const SANDBOX = 'https://api.sandbox.vm.co.mz';
12-
const PRODUCTION = 'https://api.mpesa.vm.co.mz';
12+
const PRODUCTION = 'https://api.vm.co.mz';
1313

1414
private $scheme;
1515
private $domain;

0 commit comments

Comments
 (0)