Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAlec committed Sep 9, 2024
1 parent 64faa4f commit a91ecf8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/pay/components/PayProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,12 @@ export function PayProvider({
chargeId,
children,
className,
onSuccess,
onStatus,
}: {
chainId: number;
chargeId: string;
children: React.ReactNode;
className?: string;
onSuccess?: (transactionId: string) => void;
onStatus?: (status: LifeCycleStatus) => void;
}) {
// Core hooks
Expand Down
1 change: 0 additions & 1 deletion src/pay/types.ts
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
export type LifeCycleStatus = 'loading' | 'success' | 'error';

0 comments on commit a91ecf8

Please sign in to comment.