Plugin Directory

Changeset 2196095


Ignore:
Timestamp:
11/19/2019 02:13:58 AM (6 years ago)
Author:
idsbdigital
Message:

update to 1.6

Location:
idpay/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • idpay/trunk/index.php

    r2192826 r2196095  
    116116                'available_tenures' => array(
    117117                    'title' => __('Allowable Tenures', 'IDPay'),
    118                     'description' => __('Allowable Tenures for customer during checkout process. Leave blank to show all available tenures in IDPay.', 'IDPay'),
     118                    'description' => __('Allowable Tenures for customer during checkout process. Leave blank to show all available tenures in IDPay. Tenure availability depends on enabled tenure in IDPay.', 'IDPay'),
    119119                    'type' => 'multiselect',
    120120                    'default' => '',
    121121                    'desc_tip' => true,
    122122                    'options' => array(
     123                        '3' => '3 Months',
    123124                        '6' => '6 Months',
     125                        '9' => '9 Months',
    124126                        '12' => '12 Months',
    125127                        '24' => '24 Months',
  • idpay/trunk/readme.txt

    r2192826 r2196095  
    3030== Changelog ==
    3131
     32= 1.6 =
     33* add months in allowable tenures
     34
    3235= 1.5 =
    3336* store & check status to avoid duplicate order note
Note: See TracChangeset for help on using the changeset viewer.