Add PDN Express tracking number pattern

pull/8040/head
Qiuyi LI 2024-12-16 10:48:14 +01:00
parent 5cb5970c1d
commit 018332c29f
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ public class CreateFulfillmentRequest extends ShopifyRequest {
CJ_LOGISTICS("https://www.cjlogistics.com/ko/tool/parcel/tracking", "CJ대한통운", "57575[0-9]{7}|58476[0-9]{7}|5901[0-9]{8}|57476[0-9]{7}"),
QUICKPAC("https://quickpac.ch/de/tracking", "Quickpac", "44001091[0-9]{10}"),
CTT_EXPRESS("https://www.cttexpress.com/localizador-de-envios/", "CTT Express", "0082800082909[0-9]{9}"),
PDN_Express("https://pdn.express/nl/track/%s", "PDN Express", "PDN0003[0-9]{6}"),
;
private final String trackingUrl;