gg
Deploy Iddaai Backend / build-and-deploy (push) Successful in 32s

This commit is contained in:
2026-05-12 17:41:49 +03:00
parent 2b8dce665f
commit 2507678bc0
9 changed files with 19 additions and 35 deletions
@@ -9,15 +9,6 @@ export interface PaddleWebhookEvent {
notification_id: string;
data: Record<string, unknown>;
}
interface PaddleTransactionResponse {
data: {
id: string;
customer_id: string;
status: string;
};
}
@Injectable()
export class PaddleService {
private readonly logger = new Logger(PaddleService.name);