Skip to content

Commit

Permalink
update:麻瓜支付涉嫌跑路,已下架该支付方式
Browse files Browse the repository at this point in the history
  • Loading branch information
assimon committed Aug 9, 2021
1 parent 7542719 commit a3efe9a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 73 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ Telegram: [https://t.me/dujiaoka](https://t.me/dujiaoka) (免费,管理相对
- [x] 码支付(QQ/支付宝/微信)
- [x] 微信企业扫码支付
- [x] [Paypal支付(默认美元)](https://www.paypal.com)
- [x] [麻瓜宝数字货币支付](https://mugglepay.com/)
- [x] V免签支付
- [x] 全网易支付支持(通用彩虹版)
- [x] [stripe](https://stripe.com/)
Expand Down
71 changes: 0 additions & 71 deletions app/Http/Controllers/Pay/MugglepayController.php

This file was deleted.

1 change: 0 additions & 1 deletion database/sql/install.sql
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,6 @@ INSERT INTO `pays` VALUES (14, '易支付-支付宝', 'alipay', 1, 1, '商户号
INSERT INTO `pays` VALUES (15, '易支付-微信', 'wxpay', 1, 1, '商户号', NULL, '密钥', '/pay/yipay', 1, '2020-07-14 16:27:06', NULL, NULL);
INSERT INTO `pays` VALUES (16, '易支付-QQ 钱包', 'qqpay', 1, 1, '商户号', NULL, '密钥', '/pay/yipay', 1, '2020-07-14 16:27:03', NULL, NULL);
INSERT INTO `pays` VALUES (17, 'PayPal', 'paypal', 1, 1, '商户号', NULL, '密钥', '/pay/paypal', 1, '2020-07-14 16:25:20', NULL, NULL);
INSERT INTO `pays` VALUES (18, 'Mugglepay 数字货币', 'mgcoin', 1, 1, '商户号', NULL, '密钥', '/pay/mugglepay', 1, '2020-07-14 16:27:00', NULL, NULL);
INSERT INTO `pays` VALUES (19, 'V 免签支付宝', 'vzfb', 1, 1, 'V 免签通讯密钥', NULL, 'V 免签地址 例如 https://vpay.qq.com/ 结尾必须有/', 'pay/vpay', 1, '2020-05-01 13:15:56', '2020-05-01 13:18:29', NULL);
INSERT INTO `pays` VALUES (20, 'V 免签微信', 'vwx', 1, 1, 'V 免签通讯密钥', NULL, 'V 免签地址 例如 https://vpay.qq.com/ 结尾必须有/', 'pay/vpay', 1, '2020-05-01 13:17:28', '2020-05-01 13:18:38', NULL);
INSERT INTO `pays` VALUES (21, 'Stripe[微信支付宝]', 'stripe', 1, 1, 'pk开头的可发布密钥', NULL, 'sk开头的密钥', 'pay/stripe', 1, '2020-10-29 13:15:56', '2020-10-29 13:18:29', NULL);
Expand Down

0 comments on commit a3efe9a

Please sign in to comment.