Skip to content
Snippets Groups Projects

Change ip addresses bob pay source ip

Merged Christel Loftus requested to merge change_ip_addresses_bob_pay_source_ip into main
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -76,8 +76,8 @@ func VerifyPayfastSourceIP(sourceIP string) bool {
// ====================================================================================================
const (
bobPayDevIP = "13.245.84.126"
bobPaySandboxIP = "13.246.115.225"
bobPayDevIP = "13.246.101.163"
bobPaySandboxIP = "13.245.58.93"
bobPayProdIP = "13.246.100.25"
)
Loading