update: payment service

This commit is contained in:
tokumeikoi
2021-05-26 01:38:57 +09:00
parent 4ea71d85be
commit 02a1728bff
3 changed files with 9 additions and 3 deletions

View File

@ -2,6 +2,7 @@
namespace App\Console\Commands;
use App\Payments\AlipayF2F;
use App\Services\PaymentService;
use Illuminate\Console\Command;
@ -38,7 +39,5 @@ class Test extends Command
*/
public function handle()
{
$paymentService = new PaymentService('MGate');
var_dump($paymentService->form());
}
}