Update PaymentService.php

This commit is contained in:
Anyon 2020-12-14 14:56:27 +08:00
parent fd9d7d6312
commit 7651a0686f

View File

@ -23,7 +23,7 @@ abstract class PaymentService extends Service
const PAYMENT_WECHAT_JSAPI = 'wechat_jsapi';
const PAYMENT_WECHAT_NATIVE = 'wechat_native';
// 支付通道描述
// 支付通道配置
const TYPES = [
PaymentService::PAYMENT_JOINPAY_XCX => [
'type' => 'WEIXIN_XCX',