Plugin Directory

Changeset 2178396


Ignore:
Timestamp:
10/23/2019 11:17:05 AM (6 years ago)
Author:
eokey
Message:

Commented redirect if the invoice already exists

Location:
okey/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • okey/trunk/includes/woocommerce_functions.php

    r2177597 r2178396  
    187187
    188188        # verificam daca exista deja
    189         $link = get_post_meta($orderId, 'okey_private_link', true);
     189        /*$link = get_post_meta($orderId, 'okey_private_link', true);
    190190        if (!empty($link)) {
    191191            header('Location: ' . $link);
    192192            exit;
    193         }
     193        }*/
    194194
    195195        // Get DocumentSettings
  • okey/trunk/readme.txt

    r2171436 r2178396  
    55Requires at least: 3.0
    66Tested up to: 5.2
    7 Stable tag: 1.0
     7Stable tag: 1.0.1
    88License: MIT
    99License URI: https://opensource.org/licenses/MIT
Note: See TracChangeset for help on using the changeset viewer.