payment on deleivery
Build and Deploy / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-07-09 10:44:26 +03:30
parent f5a803d86f
commit 8e5e20320d
9 changed files with 64 additions and 17 deletions
@@ -7,6 +7,7 @@ export interface IShipmentProviders {
costs: IShipmentCost[];
deliveryType: DeliveryType;
deliveryTime: number;
payDeliveryFeeOnDelivery: boolean;
deleted: boolean;
}
export interface IShipmentCost {