Plugin Directory

Changeset 2869217


Ignore:
Timestamp:
02/22/2023 08:33:01 AM (3 years ago)
Author:
aftercommerce
Message:

update the name and description.

Location:
afterinc-app/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • afterinc-app/trunk/Custom_app.php

    r2868668 r2869217  
    44Plugin URI: https://www.afterinc.com/contact/
    55Description: Plugin allows merchants to sell After Plan’s product protection plans for wide variety of products.
    6 Version: 3.9.7
     6Version: 3.9.8
    77Author: After Inc.
    88Author URI: https://www.afterinc.com
     
    19831983
    19841984      $plan_id = $cart_item['warranty'];
    1985       $term = $cart_item['term'];
     1985      $description = $cart_item['description'];
    19861986
    19871987      if($plan_id == "none") {
    19881988          $item_data[] = array(
    19891989              'key'   => $pname,
    1990               'value' => ""
     1990              'value' =>  $description
    19911991          );
    19921992      }else {
     
    19941994        $item_data[] = array(
    19951995            'key'   => $pname,
    1996             'value' => ""
     1996            'value' =>  $description
    19971997        );
    19981998         
  • afterinc-app/trunk/readme.txt

    r2868668 r2869217  
    77Requires PHP: 7.2
    88WC tested up to: 5.6.0
    9 Stable tag: 3.9.7
     9Stable tag: 3.9.8
    1010License: GPLv3
    1111License URI: https://www.afterinc.com
Note: See TracChangeset for help on using the changeset viewer.