Changeset 2013493
- Timestamp:
- 01/16/2019 03:51:55 PM (7 years ago)
- Location:
- thebunch-ke-pesapal-woocommerce/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
thebunchke_pesapal_woocommerce.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
thebunch-ke-pesapal-woocommerce/trunk/readme.txt
r2008877 r2013493 5 5 Requires at least: 4.0 6 6 Tested up to: 5.1 7 Stable tag: 1.1.9 7 Stable tag: 1.1.9.1 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 31 31 32 32 == Changelog == 33 34 = 1.1.9.1 = 35 Fix : Webhook URL 33 36 34 37 = 1.1.9 = -
thebunch-ke-pesapal-woocommerce/trunk/thebunchke_pesapal_woocommerce.php
r2008880 r2013493 3 3 Plugin Name: TheBunch KE Pesapal Woocommerce 4 4 Description: Add PesaPal payment gateway to your Woocommerce plugin 5 Version: 1.1.9 5 Version: 1.1.9.1 6 6 Author: rixeo 7 7 Author URI: http://thebunch.co.ke/ … … 110 110 111 111 //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( '/' ) ) ); 113 113 114 114 $this->init_form_fields();
Note: See TracChangeset
for help on using the changeset viewer.