gg
Deploy Iddaai Frontend / build-and-deploy (push) Failing after 5s

This commit is contained in:
2026-05-10 23:12:40 +03:00
parent 5c8619b282
commit c47f128958
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -12,10 +12,9 @@ import {
import type {
Paddle,
CheckoutOpenOptions,
PaddleEventData,
} from "@paddle/paddle-js";
import { initializePaddle } from "@paddle/paddle-js";
import type { PaddleEventData } from "@paddle/paddle-js/types/checkout/checkout";
import { CheckoutEventNames } from "@paddle/paddle-js/types/checkout/events";
import { initializePaddle, CheckoutEventNames } from "@paddle/paddle-js";
import { paddleConfig } from "./paddle-config";
type CheckoutEventHandler = (event: PaddleEventData) => void;