Plugin Directory

Changeset 3483821


Ignore:
Timestamp:
03/16/2026 11:58:22 AM (2 weeks ago)
Author:
shipmatedev
Message:

local pickup compare key Fixed

Location:
mailplus-shipmate
Files:
8 added
3 edited

Legend:

Unmodified
Added
Removed
  • mailplus-shipmate/trunk/includes/mailplus-shipmate-rest-endpoints.php

    r3483813 r3483821  
    9393        $method_id = $item->get_method_id();
    9494        $last_method = $method_id;
    95         if ($method_id === 'local_pickup') {
     95        if ($method_id === 'pickup_location') {
    9696            $is_local_pickup = true;
    9797            break; // Found local pickup, no need to check further
  • mailplus-shipmate/trunk/mailplus-shipmate.php

    r3483813 r3483821  
    33 * Plugin Name: MailPlus Shipmate
    44 * Description: As an Australian shipping service, MailPlus Shipmate integrates MailPlus delivery options with WooCommerce, providing real-time shipping rates and automated parcel management through your MailPlus account.
    5  * Version: 0.2.2
     5 * Version: 0.2.3
    66 * Author: MailPlus
    77 * License: GPL v2 or later
  • mailplus-shipmate/trunk/readme.txt

    r3483813 r3483821  
    55Tested up to: 6.9
    66Requires PHP: 8.2
    7 Stable tag: 0.2.2
     7Stable tag: 0.2.3
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.