Skip to content

Commit

Permalink
z
Browse files Browse the repository at this point in the history
  • Loading branch information
pulgueta committed Feb 7, 2024
1 parent 4eb0d99 commit 1bbb1af
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import ipdata from 'ipdata';
import IPData from 'ipdata';

import { getPaidSubscriptions } from '~/lib/products/get-plans';
import { LemonSqueezyButtons } from './lemon-squeezy-buttons';
import { PaddleButtons } from './paddle-buttons';
import { currentUser } from '~/lib/auth/currentUser';
import { env } from '~/env/server.mjs';

const ipData = new ipdata(env.IPDATA_KEY);
const ipData = new IPData(env.IPDATA_KEY);

export const PayButton = async () => {
const plansPromise = getPaidSubscriptions();
Expand Down

0 comments on commit 1bbb1af

Please sign in to comment.