Replace COT with HPOS in comments

This commit is contained in:
Rodel Calasagsag 2023-10-22 20:09:24 +08:00
parent 4e2702e514
commit 452ce2f29e
5 changed files with 5 additions and 5 deletions

View File

@ -43,7 +43,7 @@ import {
commonNonStandardHeaders,
} from '../../headers.js';
// Change URL if COT is enabled and being used
// Change URL if HPOS is enabled and being used
let admin_new_order_base;
let admin_created_order_assert;
let admin_open_order_base;

View File

@ -31,7 +31,7 @@ const month = date.toJSON().slice( 5, 7 );
const year = date.toJSON().slice( 0, 4 );
const currentDate = `${ year }${ month }`;
// Change URL if COT is enabled and being used
// Change URL if HPOS is enabled and being used
let admin_orders_base;
let admin_filter_month_assert;
if ( hpos_enabled ) {

View File

@ -34,7 +34,7 @@ import {
let heartbeat_nonce;
let jar;
// Change URL if COT is enabled and being used
// Change URL if HPOS is enabled and being used
let admin_orders_base;
if ( hpos_enabled ) {
admin_orders_base = cot_admin_orders_base_url;

View File

@ -28,7 +28,7 @@ import {
commonNonStandardHeaders,
} from '../../headers.js';
// Change URL if COT is enabled and being used
// Change URL if HPOS is enabled and being used
let admin_orders_base;
let admin_search_assert;
if ( hpos_enabled ) {

View File

@ -33,7 +33,7 @@ import {
commonNonStandardHeaders,
} from '../../headers.js';
// Change URL if COT is enabled and being used
// Change URL if HPOS is enabled and being used
let admin_orders_base;
let admin_orders_completed;
if ( hpos_enabled ) {