Plugin Directory

Changeset 2202607


Ignore:
Timestamp:
11/28/2019 11:34:07 AM (6 years ago)
Author:
udjin
Message:

fixed bag errors

Location:
platon-pay
Files:
27 added
3 edited

Legend:

Unmodified
Added
Removed
  • platon-pay/trunk/inc/order-processing.php

    r2201328 r2202607  
    178178
    179179/*Функция для логирования полученых данных*******************************************************************************/
     180/*
    180181function platon_pay_log_info($info = array()){
    181182    $fp = fopen(plugin_dir_path( __FILE__ ).'platon-logs.txt','w+');
     
    183184    fclose($fp);
    184185}
     186*/
  • platon-pay/trunk/inc/settings.php

    r2201328 r2202607  
    1414    $testMode = ( get_option('platon_test_mode') ) ? get_option('platon_test_mode') : '';
    1515
    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);
    1818    $platonUrl = ( get_option('platon_url_field') ) ? get_option('platon_url_field') : 'https://secure.platononline.com/payment/auth';
    1919    $platonSecret = ( get_option('platon_secret_key') ) ? get_option('platon_secret_key') : '';
  • platon-pay/trunk/readme.txt

    r2201330 r2202607  
    44Tags: commerce, payments
    55Requires at least: 4.7
    6 Tested up to: 5.3
    7 Stable tag: 5.3
     6Tested up to: 5.2
     7Stable tag: 5.2
    88Requires PHP: 5.2
    99License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.