Skip to content

Commit

Permalink
shortmessage showing issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
codersaiful committed Feb 8, 2021
1 parent 6118ea8 commit cfaeb22
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions includes/ajax_add_to_cart.php
Original file line number Diff line number Diff line change
Expand Up @@ -540,10 +540,11 @@ function wpt_render_meta_on_cart_and_checkout( $cart_data, $cart_item = null ) {
* Adding Customer Message to Order
*
* @param type $item_id Session ID of Item's
* @param type $values Value's Array of Customer message
* @param type $cart_item_key
* @param type $item Value's Array of Customer message
* @param type $order_id
*
* @since 1.9 6.6.2018 d.m.y
* @fixed
* @return Void This Function will add Customer Custom Message to Order
*/
function wpt_order_meta_handler( $item_id, $item, $order_id ) {
Expand Down

0 comments on commit cfaeb22

Please sign in to comment.