Skip to content
Snippets Groups Projects
Commit 5bb0fd0d authored by Christel Loftus's avatar Christel Loftus
Browse files

#62 - change Bob Pay source IP

parent 912f5ac5
No related branches found
No related tags found
1 merge request!62Change ip addresses bob pay source ip
...@@ -76,8 +76,8 @@ func VerifyPayfastSourceIP(sourceIP string) bool { ...@@ -76,8 +76,8 @@ func VerifyPayfastSourceIP(sourceIP string) bool {
// ==================================================================================================== // ====================================================================================================
const ( const (
bobPayDevIP = "13.245.84.126" bobPayDevIP = "13.246.101.163"
bobPaySandboxIP = "13.246.115.225" bobPaySandboxIP = "13.245.58.93"
bobPayProdIP = "13.246.100.25" bobPayProdIP = "13.246.100.25"
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment