- 将名称从英文改为中文:拉卡拉支付扩展 - 添加分类字段:pay - 添加详细描述:与拉卡拉支付系统的集成,提供了小程序支付、分账以及提现等功能
@@ -2,5 +2,7 @@
// Lakala Payment Extension Information
return [
'id' => 'lakala',
- 'name' => 'Lakala Payment',
+ 'name' => '拉卡拉支付扩展',
+ 'category' => 'pay',
+ 'description' => '与拉卡拉支付系统的集成,提供了小程序支付、分账以及提现等功能',
];