Changeset 1883795
- Timestamp:
- 05/30/2018 06:45:29 AM (8 years ago)
- Location:
- campt-indian-payment-gateway
- Files:
-
- 2 added
- 3 edited
-
tags/1.8 (added)
-
trunk/Contributing.md (added)
-
trunk/campt-indian-payment-gateway.php (modified) (1 diff)
-
trunk/inc/instamojo/class-camptix-payment-method-instamojo.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
campt-indian-payment-gateway/trunk/campt-indian-payment-gateway.php
r1883769 r1883795 6 6 * Author: India WordPress Community 7 7 * Author URI: https://github.com/wpindiaorg/ 8 * Version: 1. 78 * Version: 1.8 9 9 * License: GPLv2 or later 10 10 * Text Domain: campt-indian-payment-gateway -
campt-indian-payment-gateway/trunk/inc/instamojo/class-camptix-payment-method-instamojo.php
r1883769 r1883795 270 270 271 271 $payload = Array( 272 'purpose' => s tr_pad( $productinfo, 30, '' ), // Instamojo expects the minimum 30 characters. issue #45272 'purpose' => substr( $productinfo, 0, 30 ), // https://github.com/wpindiaorg/camptix-indian-payments/issues/45#issuecomment-392804508 273 273 'amount' => $order_amount, 274 274 'phone' => $attendee_phone, -
campt-indian-payment-gateway/trunk/readme.txt
r1883769 r1883795 4 4 Requires at least: 3.5 5 5 Tested up to: 4.9.6 6 Stable tag: 1. 76 Stable tag: 1.8 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 47 47 48 48 == Changelog == 49 =1.8= 50 * FIX: Product Info title length - Github issue [#45](https://github.com/wpindiaorg/camptix-indian-payments/issues/45#issuecomment-392804508) 51 49 52 =1.7= 50 53 * FIX: Hardcoded attendee phone - Github issue [#43](https://github.com/wpindiaorg/camptix-indian-payments/issues/43), [#46](https://github.com/wpindiaorg/camptix-indian-payments/issues/46)
Note: See TracChangeset
for help on using the changeset viewer.