Changeset 2762270
- Timestamp:
- 07/27/2022 09:18:42 AM (4 years ago)
- Location:
- cashfree
- Files:
-
- 26 added
- 3 edited
-
tags/4.3.5 (added)
-
tags/4.3.5/LICENSE (added)
-
tags/4.3.5/README.md (added)
-
tags/4.3.5/assets (added)
-
tags/4.3.5/assets/js (added)
-
tags/4.3.5/assets/js/checkout.js (added)
-
tags/4.3.5/cashfree.php (added)
-
tags/4.3.5/includes (added)
-
tags/4.3.5/includes/class-wc-cashfree-api.php (added)
-
tags/4.3.5/includes/gateways (added)
-
tags/4.3.5/includes/gateways/class-wc-cashfree-gateway.php (added)
-
tags/4.3.5/includes/gateways/class-wc-cashfree-payments.php (added)
-
tags/4.3.5/includes/http (added)
-
tags/4.3.5/includes/http/class-wc-cashfree-adapter.php (added)
-
tags/4.3.5/includes/request (added)
-
tags/4.3.5/includes/request/class-wc-cashfree-request-billing.php (added)
-
tags/4.3.5/includes/request/class-wc-cashfree-request-checkout.php (added)
-
tags/4.3.5/includes/request/class-wc-cashfree-request-items.php (added)
-
tags/4.3.5/includes/request/class-wc-cashfree-request-shipping.php (added)
-
tags/4.3.5/includes/settings (added)
-
tags/4.3.5/includes/settings/cashfree-payments.php (added)
-
tags/4.3.5/includes/wc-cashfree-functions.php (added)
-
tags/4.3.5/includes/wc-cashfree-scripts.php (added)
-
tags/4.3.5/readme.txt (added)
-
tags/4.3.5/templates (added)
-
tags/4.3.5/templates/payment-fields.php (added)
-
trunk/cashfree.php (modified) (1 diff)
-
trunk/includes/gateways/class-wc-cashfree-gateway.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cashfree/trunk/cashfree.php
r2753558 r2762270 2 2 /** 3 3 * Plugin Name: Cashfree 4 * Version: 4.3. 44 * Version: 4.3.5 5 5 * Plugin URI: https://github.com/cashfree/cashfree-woocommerce 6 6 * Description: Payment gateway plugin by Cashfree Payments for Woocommerce sites. -
cashfree/trunk/includes/gateways/class-wc-cashfree-gateway.php
r2753558 r2762270 247 247 try { 248 248 $post_data['order_status'] = 'PAID'; 249 $post_data['order_id'] = $order_id; 249 250 $post_data['transaction_msg'] = $post_data['txMsg']; 250 251 $this->adapter->notify( $post_data ); -
cashfree/trunk/readme.txt
r2753558 r2762270 4 4 Tested up to: 6.0 5 5 Requires PHP: 5.6 6 Stable tag: 4.3. 47 Version: 4.3. 46 Stable tag: 4.3.5 7 Version: 4.3.5 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 33 33 34 34 == Changelog == 35 36 = 4.3.5 = 37 * Bugfix for webhook failed 35 38 36 39 = 4.3.4 =
Note: See TracChangeset
for help on using the changeset viewer.