Plugin Directory

Changeset 2013493


Ignore:
Timestamp:
01/16/2019 03:51:55 PM (7 years ago)
Author:
alloykenya
Message:

Fix webhook

Location:
thebunch-ke-pesapal-woocommerce/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • thebunch-ke-pesapal-woocommerce/trunk/readme.txt

    r2008877 r2013493  
    55Requires at least: 4.0
    66Tested up to: 5.1
    7 Stable tag: 1.1.9
     7Stable tag: 1.1.9.1
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    3131
    3232== Changelog ==
     33
     34= 1.1.9.1 =
     35Fix : Webhook URL
    3336
    3437= 1.1.9 =
  • thebunch-ke-pesapal-woocommerce/trunk/thebunchke_pesapal_woocommerce.php

    r2008880 r2013493  
    33Plugin Name: TheBunch KE Pesapal Woocommerce
    44Description: Add PesaPal payment gateway to your Woocommerce plugin
    5 Version: 1.1.9
     5Version: 1.1.9.1
    66Author: rixeo
    77Author URI: http://thebunch.co.ke/
     
    110110                   
    111111                    //IPN URL
    112                     $this->notify_url                       = str_replace( 'https:', 'http:', add_query_arg( 'wc-api', 'WC_Pesapal_Gateway', home_url( '/' ) ) );
     112                    $this->notify_url                       = str_replace( 'https:', 'http:', add_query_arg( 'wc-api', 'WC_TheBunchKE_PesaPal_Pay_Gateway', home_url( '/' ) ) );
    113113                   
    114114                    $this->init_form_fields();
Note: See TracChangeset for help on using the changeset viewer.