Plugin Directory

Changeset 2995389


Ignore:
Timestamp:
11/13/2023 06:51:49 PM (2 years ago)
Author:
notchpay
Message:

Fixed cullback bugs and updated logo

Location:
wc-notchpay/trunk
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • wc-notchpay/trunk/includes/class-wc-gateway-notchpay.php

    r2821168 r2995389  
    674674        update_post_meta($order_id, '_notchpay_txn_ref', $txnref);
    675675
    676         $notchpay_url = 'https://api.notchpay.test/payments/initialize/';
     676        $notchpay_url = 'https://api.notchpay.co/payments/initialize/';
    677677
    678678        $headers = array(
     
    745745            $notchpay_txn_ref = false;
    746746        }
     747       
     748       
    747749
    748750
     
    850852                    WC()->cart->empty_cart();
    851853                } else {
    852 
    853                     $order_details = explode('_', $_REQUEST['notchpay_txnref']);
     854                   
     855
     856                    $order_details = explode('_', $_REQUEST['notchpay_trxref']);
     857                   
    854858
    855859                    $order_id = (int) $order_details[0];
  • wc-notchpay/trunk/readme.txt

    r2821171 r2995389  
    44Requires at least: 5.8
    55Tested up to: 6.0
    6 Stable tag: 2.0.1
     6Stable tag: 2.0.4
    77Requires PHP: 7.2
    88License: GPLv2 or later
     
    6060
    6161== Changelog ==
     62= 2.0.4 - January 2023
     63*   Fixed cancel callback
    6264= 2.0 -  November 20, 2022 =
    6365*   Fixed some bugs
  • wc-notchpay/trunk/wc-notchpay.php

    r2821171 r2995389  
    44 * Plugin Name: Notch Pay for WooCommerce
    55 * Plugin URI:  https://notchpay.co
    6  * Author:      Chapdel KAMGA
     6 * Author:      Notch Pay
    77 * Author URI:  http://chapdel.me
    88 * Description: Accept local and international payments with Notch Pay.
    9  * Version:     2.0.1
     9 * Version:     2.0.4
    1010 * License:     GPL-2.0+
    1111 * License URL: http://www.gnu.org/licenses/gpl-2.0.txt
Note: See TracChangeset for help on using the changeset viewer.