Changeset 2202607
- Timestamp:
- 11/28/2019 11:34:07 AM (6 years ago)
- Location:
- platon-pay
- Files:
-
- 27 added
- 3 edited
-
tags/1.8 (added)
-
tags/1.8/css (added)
-
tags/1.8/css/custom-ui.css (added)
-
tags/1.8/css/frontend.css (added)
-
tags/1.8/css/style.css (added)
-
tags/1.8/css/wheelcolorpicker.css (added)
-
tags/1.8/css/wheelcolorpicker.dark.css (added)
-
tags/1.8/images (added)
-
tags/1.8/images/Screenshot_1.png (added)
-
tags/1.8/images/Screenshot_2.png (added)
-
tags/1.8/images/Screenshot_3.png (added)
-
tags/1.8/images/Screenshot_4.png (added)
-
tags/1.8/images/icon.png (added)
-
tags/1.8/images/preloader.gif (added)
-
tags/1.8/inc (added)
-
tags/1.8/inc/form.php (added)
-
tags/1.8/inc/list-orders.php (added)
-
tags/1.8/inc/order-processing.php (added)
-
tags/1.8/inc/platon-logs.txt (added)
-
tags/1.8/inc/settings.php (added)
-
tags/1.8/index.php (added)
-
tags/1.8/js (added)
-
tags/1.8/js/frontend.js (added)
-
tags/1.8/js/jquery.wheelcolorpicker.min.js (added)
-
tags/1.8/js/script.js (added)
-
tags/1.8/readme.txt (added)
-
trunk/inc/order-processing.php (modified) (2 diffs)
-
trunk/inc/platon-logs.txt (added)
-
trunk/inc/settings.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
platon-pay/trunk/inc/order-processing.php
r2201328 r2202607 178 178 179 179 /*Функция для логирования полученых данных*******************************************************************************/ 180 /* 180 181 function platon_pay_log_info($info = array()){ 181 182 $fp = fopen(plugin_dir_path( __FILE__ ).'platon-logs.txt','w+'); … … 183 184 fclose($fp); 184 185 } 186 */ -
platon-pay/trunk/inc/settings.php
r2201328 r2202607 14 14 $testMode = ( get_option('platon_test_mode') ) ? get_option('platon_test_mode') : ''; 15 15 16 $path = plugins_url( 'platon/index.php');17 $data = get_plugin_data($path);16 // $path = plugins_url( 'platon-pay/index.php'); 17 // $data = get_plugin_data($path); 18 18 $platonUrl = ( get_option('platon_url_field') ) ? get_option('platon_url_field') : 'https://secure.platononline.com/payment/auth'; 19 19 $platonSecret = ( get_option('platon_secret_key') ) ? get_option('platon_secret_key') : ''; -
platon-pay/trunk/readme.txt
r2201330 r2202607 4 4 Tags: commerce, payments 5 5 Requires at least: 4.7 6 Tested up to: 5. 37 Stable tag: 5. 36 Tested up to: 5.2 7 Stable tag: 5.2 8 8 Requires PHP: 5.2 9 9 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.