Changeset 2862590
- Timestamp:
- 02/09/2023 11:23:54 AM (3 years ago)
- Location:
- afterinc-app/trunk
- Files:
-
- 2 edited
-
Custom_app.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
afterinc-app/trunk/Custom_app.php
r2860066 r2862590 4 4 Plugin URI: https://www.afterinc.com/contact/ 5 5 Description: Plugin allows merchants to sell After Plan’s product protection plans for wide variety of products. 6 Version: 3.8. 36 Version: 3.8.4 7 7 Author: After Inc. 8 8 Author URI: https://www.afterinc.com … … 2130 2130 $contrats = $this->wpdb->query( 2131 2131 $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]); 2133 2134 2134 2135 } … … 2139 2140 'order_id' => $order->get_id(), 2140 2141 'status' => 404, 2141 )); 2142 )); 2143 plugin_log(['status'=>$response_status,'response'=>$response,'request'=>$orderList]); 2142 2144 } 2143 2145 } -
afterinc-app/trunk/readme.txt
r2860066 r2862590 7 7 Requires PHP: 7.2 8 8 WC tested up to: 5.6.0 9 Stable tag: 3.8. 39 Stable tag: 3.8.4 10 10 License: GPLv3 11 11 License URI: https://www.afterinc.com
Note: See TracChangeset
for help on using the changeset viewer.