文件名称:omnipay-creditcall:Omnipay PHP付款处理库的Creditcall驱动程序
文件大小:12KB
文件格式:ZIP
更新时间:2024-05-28 10:40:05
PHP
Omnipay:Creditcall Omnipay PHP付款处理库的Creditcall网关 是适用于PHP 5.3+的与框架无关的多网关付款处理库。 该软件包为Omnipay实现了Creditcall支持。 安装 通过作曲家 $ composer require meebio/omnipay-creditcall 用法 此软件包提供了以下网关: 信用额度 有关常规用法说明,请参阅主要的存储库。 该驱动程序支持以下事务类型: authorize($ options)-授权客户卡上的金额 capture($ options)-捕获您先前授权的金额 购买($ options)-授权并立即从客户卡中提取金额 退款($ options)-退还已处理的交易 void($ options)-通常只能在提交交易后的24小时内调用 网关实例化: $gateway = Omnipay::cr
【文件预览】:
omnipay-creditcall-master
----composer.json(1KB)
----CONTRIBUTING.md(1KB)
----src()
--------Gateway.php(3KB)
--------Message()
----.phpstorm.meta.php(422B)
----LICENSE.md(1KB)
----README.md(3KB)
----.editorconfig(312B)