sunnysideup/afterpay-basics
最新稳定版本:v2.2.0
Composer 安装命令:
composer require sunnysideup/afterpay-basics
包简介
Integrate easily with the afterpay.com.au API - copy from culture kings with newer PHP stuff
README 文档
README
PHP library to interface with the Afterpay API
Installation
The recommended way to install is via Composer.
composer require culturekings/afterpay
Don't forget to include Composer's auto-loader if you haven't already:
require 'vendor/autoload.php';
Merchant API
InStore API
Known Afterpay Issues
- Passing in a Money value with more than 2 decimal places will result in an error from Afterpay saying 'The request contains improperly formated JSON'. Issues #33 outlines this problem. This library will not provide rounding or manipulation of values as it's is the responsability of the project to provide accurate values. Thanks @rudolfl for the report.
Special Thanks
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-10-06