Plugin Directory

Changeset 3131288


Ignore:
Timestamp:
08/05/2024 11:30:34 PM (20 months ago)
Author:
openpay
Message:

cards fix public ip

Location:
openpay-cards/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • openpay-cards/trunk/openpay_cards_gateway.php

    r3120815 r3131288  
    981981          $ipAdress = $_SERVER['REMOTE_ADDR'];
    982982        }
     983        $ipAdress = trim(explode(",", $ipAdress)[0]);
    983984        return $ipAdress;
    984985      }
  • openpay-cards/trunk/readme.txt

    r3120815 r3131288  
    55Tested up to: 6.4.3
    66Requires PHP: 5.9
    7 Stable tag: 2.9.3
     7Stable tag: 2.9.4
    88License: GNU General Public License v3.0
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    1717
    1818== Changelog ==
     19= 2.9.4 =
     20* Fix. Actualización de validación de IP pública.
    1921= 2.9.3 =
    2022* Enhancement. Actualización de SDK y parámetros requeridos.
Note: See TracChangeset for help on using the changeset viewer.