Plugin Directory

Changeset 1883795


Ignore:
Timestamp:
05/30/2018 06:45:29 AM (8 years ago)
Author:
codexdemon
Message:

Fixed Issue Reported. Bug Fixed by Vachan Kudmule

Location:
campt-indian-payment-gateway
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • campt-indian-payment-gateway/trunk/campt-indian-payment-gateway.php

    r1883769 r1883795  
    66 * Author: India WordPress Community
    77 * Author URI: https://github.com/wpindiaorg/
    8  * Version: 1.7
     8 * Version: 1.8
    99 * License: GPLv2 or later
    1010 * Text Domain: campt-indian-payment-gateway
  • campt-indian-payment-gateway/trunk/inc/instamojo/class-camptix-payment-method-instamojo.php

    r1883769 r1883795  
    270270       
    271271        $payload = Array(
    272             'purpose'                 => str_pad( $productinfo, 30, '' ), // Instamojo expects the minimum 30 characters. issue #45
     272            'purpose'                 => substr( $productinfo, 0, 30 ), // https://github.com/wpindiaorg/camptix-indian-payments/issues/45#issuecomment-392804508
    273273            'amount'                  => $order_amount,
    274274            'phone'                   => $attendee_phone,
  • campt-indian-payment-gateway/trunk/readme.txt

    r1883769 r1883795  
    44Requires at least: 3.5
    55Tested up to:      4.9.6
    6 Stable tag:        1.7
     6Stable tag:        1.8
    77License:           GPLv2 or later
    88License URI:       http://www.gnu.org/licenses/gpl-2.0.html
     
    4747
    4848== 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
    4952=1.7=
    5053* 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.