@pisell/pisellos 2.2.248 → 2.2.249

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,9 +0,0 @@
1
- // 导出评估器
2
- export { PromotionEvaluator } from "./evaluator";
3
-
4
- // 导出适配器
5
- export { PromotionAdapter } from "./adapter";
6
- export { default } from "./adapter";
7
-
8
- // 导出策略配置示例常量
9
- export { X_ITEMS_FOR_Y_PRICE_STRATEGY, BUY_X_GET_Y_FREE_STRATEGY } from "./examples";
@@ -422,6 +422,10 @@ declare class Server {
422
422
  private canAssignStringProductTitleToLocale;
423
423
  private hasCjkText;
424
424
  private resolveFirstProductTitleValue;
425
+ private getPaymentCodeKey;
426
+ private isBlankPaymentName;
427
+ private shouldLookupPaymentMethodNameByCode;
428
+ private enrichPaymentNamesByCode;
425
429
  private withLocalSmallTicketData;
426
430
  private handleOrderSalesDetail;
427
431
  /**