xinyeweb/omnipay-mpay

mpay

Installs: 47

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/xinyeweb/omnipay-mpay

dev-master 2022-03-22 01:28 UTC

This package is auto-updated.

Last update: 2025-10-22 08:46:07 UTC


README

$orderParams 订单参数

PcGateway $gateway = Omnipay::create($type); //设置通用配置 $gateway->setParams()

PcGateway parameters 为请求参数 public function precreate_online(array $parameters = []) { return $this->createRequest(PcRequest::class, $parameters); }