Changeset 3282561
- Timestamp:
- 04/27/2025 03:42:44 AM (11 months ago)
- Location:
- mustangpay/trunk
- Files:
-
- 3 edited
-
mustangpay.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
src/PaymentGateway.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mustangpay/trunk/mustangpay.php
r3282559 r3282561 4 4 * Plugin URI: https://www.mustangpay.co.za 5 5 * Description: South Africa's trusted payment gateway offering secure card payments and EFT services. 6 * Version: 1.1. 26 * Version: 1.1.3 7 7 * Author: MustangPay 8 8 * Author URI: https://www.mustangpay.co.za/contact-us -
mustangpay/trunk/readme.txt
r3282559 r3282561 5 5 Tested up to: 6.7 6 6 Requires PHP: 7.4 7 Stable tag: 1.1. 27 Stable tag: 1.1.3 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
mustangpay/trunk/src/PaymentGateway.php
r3282559 r3282561 316 316 $order = wc_get_order( $order_id ); 317 317 318 //$pagrurl=$this->getCurrentUrl();319 $pagrurl = home_url('index.php/checkout/');318 $pagrurl=$this->getCurrentUrl(); 319 //$pagrurl = home_url('index.php/checkout/'); 320 320 //var_dump($pagrurl); 321 321
Note: See TracChangeset
for help on using the changeset viewer.