rename functions
This commit is contained in:
parent
7151dc25aa
commit
fb9f17798c
@ -1,7 +1,7 @@
|
||||
import { CartData, Discount } from "../../model";
|
||||
|
||||
|
||||
export function applyPrivilegeDiscount(
|
||||
export function applyPrivilegeDiscounts(
|
||||
cartData: CartData,
|
||||
discounts: Discount[],
|
||||
) {
|
||||
|
@ -1,7 +1,7 @@
|
||||
import { CartData, Discount } from "../../model";
|
||||
|
||||
|
||||
export function applyServiceDiscount(
|
||||
export function applyServiceDiscounts(
|
||||
cartData: CartData,
|
||||
discounts: Discount[],
|
||||
) {
|
||||
|
Loading…
Reference in New Issue
Block a user