Changeset 2196095
- Timestamp:
- 11/19/2019 02:13:58 AM (6 years ago)
- Location:
- idpay/trunk
- Files:
-
- 2 edited
-
index.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
idpay/trunk/index.php
r2192826 r2196095 116 116 'available_tenures' => array( 117 117 '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'), 119 119 'type' => 'multiselect', 120 120 'default' => '', 121 121 'desc_tip' => true, 122 122 'options' => array( 123 '3' => '3 Months', 123 124 '6' => '6 Months', 125 '9' => '9 Months', 124 126 '12' => '12 Months', 125 127 '24' => '24 Months', -
idpay/trunk/readme.txt
r2192826 r2196095 30 30 == Changelog == 31 31 32 = 1.6 = 33 * add months in allowable tenures 34 32 35 = 1.5 = 33 36 * store & check status to avoid duplicate order note
Note: See TracChangeset
for help on using the changeset viewer.