Plugin Directory

Changeset 3282588


Ignore:
Timestamp:
04/27/2025 07:15:21 AM (11 months ago)
Author:
mustangpay
Message:

Initial plugin release

Location:
mustangpay/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • mustangpay/trunk/mustangpay.php

    r3282561 r3282588  
    44 * Plugin URI:  https://www.mustangpay.co.za
    55 * Description: South Africa's trusted payment gateway offering secure card payments and EFT services.
    6  * Version:     1.1.3
     6 * Version:     1.1.4
    77 * Author:      MustangPay
    88 * Author URI:  https://www.mustangpay.co.za/contact-us
  • mustangpay/trunk/readme.txt

    r3282561 r3282588  
    55Tested up to: 6.7
    66Requires PHP: 7.4
    7 Stable tag: 1.1.3
     7Stable tag: 1.1.4
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • mustangpay/trunk/src/PaymentGateway.php

    r3282561 r3282588  
    315315       
    316316        $order = wc_get_order( $order_id );
    317        
    318         $pagrurl=$this->getCurrentUrl();
     317        $pagrurl= $order->get_cancel_order_url();
     318        //$pagrurl=$this->getCurrentUrl();
    319319        //$pagrurl = home_url('index.php/checkout/');
    320320        //var_dump($pagrurl);
Note: See TracChangeset for help on using the changeset viewer.