summaryrefslogtreecommitdiff
path: root/src-migrate/modules/product-detail/components/PriceAction.tsx
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2024-09-04 03:00:30 +0000
committertrisusilo <tri.susilo@altama.co.id>2024-09-04 03:00:30 +0000
commit69c9ecc99c487c16129f5dcb66c4775453589220 (patch)
tree7aead541e26b5166ae3d2049fc732c7030e4e9c6 /src-migrate/modules/product-detail/components/PriceAction.tsx
parent985f29aa1d9b8cbea49d25c30099f88c86bdc13f (diff)
parentf6a398c036d2ab833ecb798fa88e641e2f801bb0 (diff)
Merged in backup-release (pull request #289)
Backup release Approved-by: trisusilo
Diffstat (limited to 'src-migrate/modules/product-detail/components/PriceAction.tsx')
-rw-r--r--src-migrate/modules/product-detail/components/PriceAction.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src-migrate/modules/product-detail/components/PriceAction.tsx b/src-migrate/modules/product-detail/components/PriceAction.tsx
index 81271f6e..9021264e 100644
--- a/src-migrate/modules/product-detail/components/PriceAction.tsx
+++ b/src-migrate/modules/product-detail/components/PriceAction.tsx
@@ -97,12 +97,14 @@ const PriceAction = ({ product }: Props) => {
className={style['quantity-input']}
/>
<AddToCart
+ products={product}
variantId={activeVariantId}
quantity={Number(quantityInput)}
/>
{!isApproval && (
<AddToCart
source='buy'
+ products={product}
variantId={activeVariantId}
quantity={Number(quantityInput)}
/>