imritesh / paytm
:描述
2.1.0
2021-03-08 11:25 UTC
Requires
- ext-curl: *
- ext-json: *
- ext-openssl: *
- illuminate/support: ~6|~7|~8
Requires (Dev)
- mockery/mockery: ^1.1
- orchestra/testbench: ~3.0
- phpunit/phpunit: ~7.0
- sempro/phpunit-pretty-print: ^1.0
This package is auto-updated.
Last update: 2024-09-08 19:22:06 UTC
README
Paytm支付网关用于满足
注意:这不是普通的Paytm支付网关。这是将支付从Paytm支付银行转移到用户银行账户。需要Paytm企业账户。
安装
通过Composer
composer require imritesh/paytm
用法
(new Imritesh/Paytm())->purpose('INCENTIVE')->accountNumber()->ifsc()->withReferenceId()->paymentAmount(100)->later()->pay();
变更日志
有关最近更改的更多信息,请参阅变更日志。
测试
$ composer test
贡献
有关详细信息以及待办事项列表,请参阅contributing.md。
安全
如果您发现任何与安全相关的问题,请通过电子邮件hello@imritesh.com联系,而不是使用问题跟踪器。
致谢
- Ritesh Singh
- [所有贡献者][link-contributors]
许可证
MIT。有关更多信息,请参阅许可证文件。