Changeset 2580130
- Timestamp:
- 08/09/2021 06:37:41 AM (5 years ago)
- Location:
- ksher-payment
- Files:
-
- 2 edited
-
tags/1.0.5/payment/set-payment.php (modified) (1 diff)
-
trunk/payment/set-payment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ksher-payment/tags/1.0.5/payment/set-payment.php
r2580103 r2580130 266 266 } 267 267 if ($this->ktc_instal == 'yes') { 268 array_push($channel_list, 'ktc_instal'); 268 if ($total >= 200000) { 269 array_push($channel_list, 'ktc_instal'); 270 } 269 271 } 270 272 if ($this->savecard == 'yes') { -
ksher-payment/trunk/payment/set-payment.php
r2580103 r2580130 266 266 } 267 267 if ($this->ktc_instal == 'yes') { 268 array_push($channel_list, 'ktc_instal'); 268 if ($total >= 200000) { 269 array_push($channel_list, 'ktc_instal'); 270 } 269 271 } 270 272 if ($this->savecard == 'yes') {
Note: See TracChangeset
for help on using the changeset viewer.