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
@@ -16,6 +16,7 @@ export interface ICartPayment {
export interface IPriceDetails {
shipping_cost: number;
shipping_cost_on_delivery: number;
process_cost: number;
total_retail_price: number;
total_payable_price: number;