Skip to content

Commit 0964e77

Browse files
author
chapdel
committed
added Balance, Beneficiary, CHannel, Transfer, Webhook
1 parent 78f673d commit 0964e77

File tree

13 files changed

+3564
-70
lines changed

13 files changed

+3564
-70
lines changed

.gitignore

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
/.phpunit.cache
2+
/node_modules
3+
/public/build
4+
/public/hot
5+
/public/storage
6+
/storage/*.key
7+
/storage/pail
8+
/vendor
9+
.DS_Store
10+
.env
11+
.env.backup
12+
.env.production
13+
.env.prod
14+
.phpactor.json
15+
.phpunit.result.cache
16+
.windsurfrules
17+
Homestead.json
18+
Homestead.yaml
19+
composer.lock
20+
package-lock.json
21+
auth.json
22+
npm-debug.log
23+
yarn-error.log
24+
/.fleet
25+
/packages
26+
/.idea
27+
/.nova
28+
/.vscode
29+
/.zed
30+
.qodo

CHANGELOG.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
11
# Changelog
22

3-
All notable changes to `notchpay-php` will be documented in this file
3+
All notable changes to `notchpay-php` will be documented in this file.
44

5-
## 3.0.0 - 2023-05-12
5+
## 2.0.0 - 2025-05-21
66

7-
- initial release
7+
### Added
8+
- Complete support for NotchPay API v2.1.0
9+
- New resource classes: `Transfer`, `Beneficiary`, `Webhook`, `Balance`, `Channel`
10+
- Support for additional authentication headers (Private Key and Sync ID)
11+
- Comprehensive documentation with examples for all endpoints
12+
13+
### Changed
14+
- Improved error handling
15+
- Updated existing methods to match API v2.1.0
16+
- Enhanced documentation
17+
18+
### Fixed
19+
- Minor bugs in API request handling
20+
21+
## 1.0.0 - 2023-05-12
22+
23+
- Initial release

0 commit comments

Comments
 (0)