Skip to content

Commit

Permalink
change merchant name to CLASS CAFE
Browse files Browse the repository at this point in the history
  • Loading branch information
totiz committed Jul 23, 2019
1 parent 5acc17a commit 0d30f66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/PaymentInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ export default {
type: 'peer_to_peer_payment',
address: this.receiverAddress,
amount: this.total.toString(10),
merchant: 'Libra Coffee'
// merchant: 'Libra Coffee'
merchant: 'CLASS CAFE'
})
},
shareUrl () {
Expand Down

0 comments on commit 0d30f66

Please sign in to comment.