Plugin Directory

Changeset 3263782


Ignore:
Timestamp:
03/29/2025 10:48:02 AM (12 months ago)
Author:
payping
Message:

change order description

Location:
woo-payping-gateway/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • woo-payping-gateway/trunk/class-wc-gateway-payping.php

    r3165632 r3263782  
    169169            $products = implode(' - ', $products);
    170170
    171             $Description = 'خرید به شماره سفارش : ' . $order->get_order_number() . ' | خریدار : ' . $order->get_billing_first_name() . ' ' . $order->get_billing_last_name() . ' | محصولات : ' . $products;
     171            $Description = 'خرید به شماره سفارش : ' . $order->get_order_number() . ' | توسط : ' . $order->get_billing_first_name() . ' ' . $order->get_billing_last_name() . ' | خرید از ' . get_bloginfo('name');
    172172            $Mobile = get_post_meta($order_id, '_billing_phone', true) ? get_post_meta($order_id, '_billing_phone', true) : '-';
    173173            $Email = $order->get_billing_email();
  • woo-payping-gateway/trunk/readme.txt

    r3165632 r3263782  
    66Tested up to: 6.6.2
    77Requires PHP: 7.4.0
    8 Stable tag: 4.5.0
     8Stable tag: 4.5.1
    99License: GPLv3 or later
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    2121
    2222== Changelog ==
     23
     24== 4.5.1 ==
     25تغییر در ثبت توضیحات سفارش
    2326
    2427== 4.5.0 ==
Note: See TracChangeset for help on using the changeset viewer.