fix wechat some bugs

This commit is contained in:
yansongda 2018-01-13 10:51:07 +08:00
parent b269930d63
commit cef9a39bc2
3 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.