Skip to content

Commit

Permalink
Убрал IP из параметров - он запоминается на визарде
Browse files Browse the repository at this point in the history
  • Loading branch information
lashnev committed Feb 28, 2018
1 parent 074285e commit 55e8562
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion platron.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ function showPayForm( $instance, $shippingCountry, $shoppingCart, $order_id ) {
'pg_lifetime' => isset($this->payment_params->lifetime)?$this->payment_params->lifetime*60:0,
'pg_testing_mode' => ($data['platron_demo_mode'] == 'yes')?1:0,
'pg_description' => $strDescription,
'pg_user_ip' => $_SERVER['REMOTE_ADDR'],
'pg_language' => (WPLANG == 'ru_RU')?'ru':'en',
'pg_check_url' => $strNotifyUrl,
'pg_result_url' => $strNotifyUrl,
Expand Down

0 comments on commit 55e8562

Please sign in to comment.