Skip to content

Commit

Permalink
fix: update memo to use new app name
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Jan 7, 2024
1 parent 778e5bc commit 16bf51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/wallet/New.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export function New() {
memo += finalCart.map((item) => item.name).join(", ");
memo += " - ";

memo += "Alby PoS";
memo += "BuzzPay";

const totalAmount = finalCart
.map((cart) => cart.price * cart.quantity)
Expand Down

0 comments on commit 16bf51c

Please sign in to comment.