Plugin Directory

Changeset 3347237


Ignore:
Timestamp:
08/19/2025 08:28:53 PM (8 months ago)
Author:
sendbox
Message:

update

Location:
sendbox-shipping
Files:
46 added
3 edited

Legend:

Unmodified
Added
Removed
  • sendbox-shipping/trunk/README.txt

    r3347022 r3347237  
    55Requires at least:  6.5.4
    66Tested up to:  6.7
    7 Stable tag: 5.3
     7Stable tag: 5.4
    88Requires PHP: 8.0
    99License: GPLv2 or later
  • sendbox-shipping/trunk/includes/class-wooss-shipping-method.php

    r3347015 r3347237  
    146146                // Set other payload details
    147147                $currency = get_option( 'woocommerce_currency' );
    148                 $service_code = 'standard'; // Or adjust as necessary
    149148
    150149                $payload_array_data = array(
     
    170169                    'pickup_date'           => $pickup_date,
    171170                    'currency'              => $currency,
    172                     'service_code'          => $service_code,
    173171                );
    174172
     
    636634                case 'currency':
    637635                    $payload_data->currency = $value;
    638                     break;
    639 
    640             case 'service_code':
    641                 $payload_data->service_code = $value;
    642 
     636                    break;
    643637            default:
    644638                break;
  • sendbox-shipping/trunk/wooss.php

    r3347022 r3347237  
    1616 * Plugin URI:        #
    1717 * Description:       A Sendbox WooCommerce shipping plugin that enables you ship from your store to anywhere in the world.
    18  * Version:           5.3
     18 * Version:           5.4
    1919 * Author:            sendbox
    2020 * Author URI:        https://sendbox.ng/
     
    3535 * Rename this for your plugin and update it as you release new versions.
    3636 */
    37 define('WOOSS_VERSION', '5.3');
     37define('WOOSS_VERSION', '5.4');
    3838
    3939/**
Note: See TracChangeset for help on using the changeset viewer.