From 0d30f663d049391b0a5b1bba0335aa23369d3ee9 Mon Sep 17 00:00:00 2001 From: Nattapon Nimakul Date: Wed, 24 Jul 2019 02:12:45 +0700 Subject: [PATCH] change merchant name to CLASS CAFE --- src/components/PaymentInfo.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/PaymentInfo.vue b/src/components/PaymentInfo.vue index a0a202c..21e638a 100644 --- a/src/components/PaymentInfo.vue +++ b/src/components/PaymentInfo.vue @@ -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 () {