From 9dc84d8ee92b7dace959f21d6132a8648c2267da Mon Sep 17 00:00:00 2001 From: NihaoPay Date: Tue, 2 Jul 2019 22:19:39 +0800 Subject: [PATCH] add wechatpay (#188) * add wechatpay * update wechatpay svg * update --- app/assets/images/payment_icons/wechatpay.svg | 1 + db/payment_icons.yml | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 app/assets/images/payment_icons/wechatpay.svg diff --git a/app/assets/images/payment_icons/wechatpay.svg b/app/assets/images/payment_icons/wechatpay.svg new file mode 100644 index 000000000..452a0bea1 --- /dev/null +++ b/app/assets/images/payment_icons/wechatpay.svg @@ -0,0 +1 @@ +WeChat Pay \ No newline at end of file diff --git a/db/payment_icons.yml b/db/payment_icons.yml index 18ab31812..ac5f909b7 100644 --- a/db/payment_icons.yml +++ b/db/payment_icons.yml @@ -436,3 +436,7 @@ name: ovo label: OVO group: wallets +- + name: wechatpay + label: WeChat Pay + group: wallets \ No newline at end of file