Skip to content

Commit

Permalink
update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
peterferguson committed Mar 17, 2024
1 parent dba0de2 commit 686f336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/dapp/src/components/create-payment-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export function CreatePaymentButton() {
timeout: 60000,
},
getPayeeOrigin(),
getPaymentDetails("0.0000001"),
getPaymentDetails("0.00"),
address,
);

Expand All @@ -62,7 +62,7 @@ export function CreatePaymentButton() {
});
}}
>
Create Payment
Claim Coupon
</Button>
);
}
Expand Down

0 comments on commit 686f336

Please sign in to comment.