Skip to content

Commit

Permalink
feat: Added new feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Poirei committed Dec 22, 2024
1 parent 65bbb1f commit 26f9656
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/user-app/components/AddMoneyCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ import { useState } from "react";
import { TextInput } from "@repo/ui/textinput";
import { createOnRampTransaction } from "../app/lib/actions/createOnRamptxn";








const SUPPORTED_BANKS = [{
name: "HDFC Bank",
redirectUrl: "https://netbanking.hdfcbank.com"
Expand Down

0 comments on commit 26f9656

Please sign in to comment.