Changeset 3131288
- Timestamp:
- 08/05/2024 11:30:34 PM (20 months ago)
- Location:
- openpay-cards/trunk
- Files:
-
- 2 edited
-
openpay_cards_gateway.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
openpay-cards/trunk/openpay_cards_gateway.php
r3120815 r3131288 981 981 $ipAdress = $_SERVER['REMOTE_ADDR']; 982 982 } 983 $ipAdress = trim(explode(",", $ipAdress)[0]); 983 984 return $ipAdress; 984 985 } -
openpay-cards/trunk/readme.txt
r3120815 r3131288 5 5 Tested up to: 6.4.3 6 6 Requires PHP: 5.9 7 Stable tag: 2.9. 37 Stable tag: 2.9.4 8 8 License: GNU General Public License v3.0 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 17 17 18 18 == Changelog == 19 = 2.9.4 = 20 * Fix. Actualización de validación de IP pública. 19 21 = 2.9.3 = 20 22 * Enhancement. Actualización de SDK y parámetros requeridos.
Note: See TracChangeset
for help on using the changeset viewer.