Skip to content

Commit

Permalink
Merge pull request #24 from angelleye/PFWMA-73
Browse files Browse the repository at this point in the history
remove IP address function, PFWMA-73
  • Loading branch information
kcppdevelopers authored Oct 25, 2019
2 parents 994299c + 9f1aeca commit c829ab3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ public function angelleye_save_multi_account_data_paypal_pro_payflow() {
'billtocountry' => $billtocountry,
'custref' => '',
'custcode' => '',
'custip' => AngellEYE_Utility::get_user_ip(),
'custip' => WC_Geolocation::get_ip_address(),
'invnum' => '',
'ponum' => '',
'starttime' => '',
Expand Down

0 comments on commit c829ab3

Please sign in to comment.