Plugin Directory

Changeset 2862590


Ignore:
Timestamp:
02/09/2023 11:23:54 AM (3 years ago)
Author:
aftercommerce
Message:

update log file

Location:
afterinc-app/trunk
Files:
2 edited

Legend:

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

    r2860066 r2862590  
    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.8.3
     6Version: 3.8.4
    77Author: After Inc.
    88Author URI: https://www.afterinc.com
     
    21302130         $contrats = $this->wpdb->query(
    21312131         $this->wpdb->prepare("INSERT INTO quickcover_contract( user_id, product_id, order_id, lineitem_id, quantity, contract_id, contract_status, refund_amount, contract_canceled_by)
    2132          VALUES ( %d, %d, %s, %s, %d, %s, %s, %s, %s)", $currentID , $value->order->product->id, $value->order->id, $value->order->orderItemId, $value->order->product->quantity, $value->id, 0, 0, 0 ));         
     2132         VALUES ( %d, %d, %s, %s, %d, %s, %s, %s, %s)", $currentID , $value->order->product->id, $value->order->id, $value->order->orderItemId, $value->order->product->quantity, $value->id, 0, 0, 0 ));
     2133        plugin_log(['status'=>$response_status,'response'=>$response,'request'=>$orderList]);           
    21332134
    21342135            }
     
    21392140        'order_id' => $order->get_id(),
    21402141          'status' => 404,         
    2141           ));
     2142          ));
     2143          plugin_log(['status'=>$response_status,'response'=>$response,'request'=>$orderList]);       
    21422144        }
    21432145      }   
  • afterinc-app/trunk/readme.txt

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