Skip to content
Snippets Groups Projects
Commit 4115f86c authored by Francé Wilke's avatar Francé Wilke
Browse files

Merge branch 'change_ip_addresses_bob_pay_source_ip' into 'main'

Change ip addresses bob pay source ip

See merge request !62
parents 912f5ac5 5bb0fd0d
Branches
Tags v1.290.0
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