xinyeweb/omnipay-mpay

mpay

Maintainers

Package info

github.com/xinyeweb/omnipay-mpay

pkg:composer/xinyeweb/omnipay-mpay

Statistics

Installs: 50

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-02-22 09:34:02 UTC


README

$orderParams 订单参数

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

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