Compare commits

..
Author SHA1 Message Date
Unchained c98677405a Merge branch 'dev'
Build and Deploy / build (push) Has been cancelled
2026-03-25 20:40:37 +02:00
Unchained 4d428b3ff0 Merge branch 'dev'
Build and Deploy / build (push) Has been cancelled
2026-03-25 19:58:36 +02:00
Unchained 9c2e4e1383 fix(webhook): remove incorrect /100 division from formatPrice
Build and Deploy / build (push) Has been cancelled
Saleor stores amounts as actual currency values (e.g., 5479 RSD),
not as cents (e.g., 547900). The formatPrice function was incorrectly
dividing by 100, causing prices like 5479 RSD to display as 55 RSD.
2026-03-25 19:50:39 +02:00
Unchained d0e3ee3201 fix(k8s): add OpenPanel env vars to runtime container
Build and Deploy / build (push) Has been cancelled
Add NEXT_PUBLIC_OPENPANEL_CLIENT_ID, OPENPANEL_CLIENT_SECRET, and
OPENPANEL_API_URL to the storefront runtime container for server-side
tracking to work properly.
2026-03-25 19:30:28 +02:00

Diff Content Not Available