Skip to content

Commit

Permalink
change amount
Browse files Browse the repository at this point in the history
  • Loading branch information
ielijose committed Dec 7, 2023
1 parent 644a581 commit 99bb7c6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/hooks/useNoRampModal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,8 @@ export const useNoRampModal = (config: NoRampConfig) => {
country: 'US',
currency: 'usd',
total: {
label: 'Apple Pay in a Frame!',
amount: 1099,
pending: true,
label: 'NoRamp',
amount: 100,
},
requestPayerName: true,
requestPayerEmail: true,
Expand Down

1 comment on commit 99bb7c6

@vercel
Copy link

@vercel vercel bot commented on 99bb7c6 Dec 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

noramp-kit – ./

noramp-kit-git-main-noramp.vercel.app
noramp-kit-noramp.vercel.app
noramp-kit.vercel.app

Please sign in to comment.