Changeset 2800007
- Timestamp:
- 10/17/2022 12:12:09 PM (2 years ago)
- Location:
- woo-instamojo
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
woo-instamojo/README.md
r2798786 r2800007 60 60 Changelog 61 61 --------- 62 63 **1.1.2** 64 65 * Fixed Internal Server Issue on Checkout 62 66 63 67 **1.1.1** -
woo-instamojo/readme.txt
r2798786 r2800007 5 5 Requires at least: 4.6 6 6 Tested up to: 6.0.2 7 Stable tag: 1.1. 17 Stable tag: 1.1.2 8 8 License: MIT 9 9 License URI: http://opensource.org/licenses/MIT … … 53 53 54 54 == Changelog == 55 56 = 1.1.2 = 57 58 * Fixed Internal Server Issue on Checkout 55 59 56 60 = 1.1.1 = -
woo-instamojo/trunk/readme.txt
r2798786 r2800007 5 5 Requires at least: 4.6 6 6 Tested up to: 6.0.2 7 Stable tag: 1.1. 17 Stable tag: 1.1.2 8 8 License: MIT 9 9 License URI: http://opensource.org/licenses/MIT … … 53 53 54 54 == Changelog == 55 56 = 1.1.2 = 57 58 * Fixed Internal Server Issue on checkout. 55 59 56 60 = 1.1.1 = -
woo-instamojo/trunk/woo-instamojo.php
r2798786 r2800007 4 4 Plugin URI: http://www.instamojo.com 5 5 Description: Instamojo Payment Gateway for WooCommerce. Instamojo lets you collect payments instantly. 6 Version: 1.1. 16 Version: 1.1.2 7 7 Author: instamojo 8 8 Email: [email protected] … … 123 123 $api_data['email'] = substr($order->billing_email, 0, 75); 124 124 $api_data['phone'] = substr(html_entity_decode($order->billing_phone, ENT_QUOTES, 'UTF-8'), 0, 20); 125 $api_data['amount'] = $ this->get_total();125 $api_data['amount'] = $order->get_total(); 126 126 $api_data['currency'] = "INR"; 127 127 $api_data['redirect_url'] = get_site_url();
Note: See TracChangeset
for help on using the changeset viewer.