mirror of
https://gitee.com/yansongda/pay.git
synced 2024-12-05 21:58:26 +08:00
fix wechat some bugs
This commit is contained in:
parent
b269930d63
commit
cef9a39bc2
@ -5,7 +5,7 @@ namespace Yansongda\Pay\Gateways\Wechat;
|
||||
use Yansongda\Pay\Log;
|
||||
use Yansongda\Supports\Collection;
|
||||
|
||||
class GroupRedpackGateway extends Wechat
|
||||
class GroupRedpackGateway extends Gateway
|
||||
{
|
||||
/**
|
||||
* Pay an order.
|
||||
|
@ -6,7 +6,7 @@ use Symfony\Component\HttpFoundation\Request;
|
||||
use Yansongda\Pay\Log;
|
||||
use Yansongda\Supports\Collection;
|
||||
|
||||
class RedpackGateway extends Wechat
|
||||
class RedpackGateway extends Gateway
|
||||
{
|
||||
/**
|
||||
* Pay an order.
|
||||
|
@ -6,7 +6,7 @@ use Symfony\Component\HttpFoundation\Request;
|
||||
use Yansongda\Pay\Log;
|
||||
use Yansongda\Supports\Collection;
|
||||
|
||||
class TransferGateway extends Wechat
|
||||
class TransferGateway extends Gateway
|
||||
{
|
||||
/**
|
||||
* Pay an order.
|
||||
|
Loading…
Reference in New Issue
Block a user