| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <?php
- return [
- 'payment' => [
- 'labels' => [
- 'bitpayx' => '麻瓜宝',
- 'codepay' => '码支付',
- 'credit' => '余额',
- 'epay' => '易支付',
- 'f2fpay' => '支付宝当面付',
- 'paybeaver' => '海狸支付',
- 'payjs' => 'PayJs',
- 'paypal' => 'PayPal',
- 'stripe' => 'Stripe',
- 'theadpay' => '平头哥支付',
- 'youzan' => '有赞云',
- ],
- 'icon' => [
- 0 => 'creditpay.svg',
- 1 => 'alipay.png',
- 2 => 'qq.png',
- 3 => 'wechat.png',
- 4 => 'coin.png',
- 5 => 'paypal.png',
- 6 => 'stripe.png',
- ],
- ],
- 'oauth' => [
- 'labels' => [
- 'facebook' => 'FaceBook',
- 'twitter' => 'Twitter',
- 'linkedin' => 'Linkedin',
- 'google' => 'Google',
- 'github' => 'GitHub',
- 'gitlab' => 'GitLab',
- 'bitbucket' => 'Bitbucket',
- ],
- 'icon' => [
- 'facebook' => 'fa-facebook',
- 'twitter' => 'fa-twitter',
- 'linkedin' => 'fa-linkedin',
- 'google' => 'fa-google',
- 'github' => 'fa-github',
- 'gitlab' => 'fa-gitlab',
- 'bitbucket' => 'fa-bitbucket',
- ],
- ],
- ];
|