Plugin Directory

Changeset 3196994


Ignore:
Timestamp:
11/26/2024 02:54:11 AM (14 months ago)
Author:
blacker92
Message:

Fix Payment method value

Location:
nobita-connect
Files:
26 added
3 edited

Legend:

Unmodified
Added
Removed
  • nobita-connect/trunk/README.txt

    r3196993 r3196994  
    66Tested up to: 6.5
    77Requires PHP:5.3
    8 Stable tag: 1.0.92
     8Stable tag: 1.0.93
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • nobita-connect/trunk/admin/order-hook.php

    r3196993 r3196994  
    2424    $billing_address = $order->get_formatted_billing_address();
    2525    $notes = $order->get_customer_note();
    26     $payment_method = $order->get_payment_method();
     26    $payment_method = $order->get_payment_method_title();
    2727    // update address
    2828    $fullname = $billing_last_name . ' ' . $billing_first_name;
  • nobita-connect/trunk/nobita-connect.php

    r3196993 r3196994  
    44 * Plugin URI: https://github.com/kenzouno1/nobita-connect
    55 * Description: Kết nối Wordpress với Nobita
    6  * Version: 1.0.92
     6 * Version: 1.0.93
    77 * Author: Nobita
    88 * Author URI: https://nobita.pro
Note: See TracChangeset for help on using the changeset viewer.