Changeset 2899749
- Timestamp:
- 04/16/2023 02:16:18 PM (3 years ago)
- Location:
- paylink/trunk
- Files:
-
- 2 edited
-
paylink.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
paylink/trunk/paylink.php
r2800866 r2899749 8 8 Plugin Name: Paylink 9 9 Description: Use this woocommerce payment gateway plugin to enable clients of your store to pay using Paylink gateway. 10 Version: 1. 1110 Version: 1.9 11 11 Author: Paylink Co 12 12 text-domain: paylink … … 170 170 if ($url) { 171 171 echo '<p>' . __('Thank you for your order, you will be redirected to Paylink payment page.', 'paylink') . '</p>'; 172 echo "<script>setTimeout(function() {window.location.href = '" . esc_url($url). "';}, 2000);</script>";172 echo "<script>setTimeout(function() {window.location.href = '" . $url . "';}, 2000);</script>"; 173 173 } else { 174 174 echo '<p>' . __('Something error. Please try again by refreshing the page', 'paylink') . '</p>'; -
paylink/trunk/readme.txt
r2800136 r2899749 2 2 Contributors: Paylink 3 3 Requires at least: 5.5.1 4 Tested up to: 6. 0.25 Stable tag: 1. 104 Tested up to: 6.2 5 Stable tag: 1.9 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.