All notable changes to vrajroham/laravel-bitpay
will be documented in this file
- Updated BitPay client dependency to v7.1.0
- Bumped minimum PHP version to 7.4
- Implemented the invoice webhook/notification resend action
- Isolated implementation of the
Refunds
resource
- Fixed issues, updated deps & corrected typos by @alexstewartja in #42
- Make newLine() calls compatible with Laravel versions below 8 by @Ririshi in #41
- v5 Upgrade by @alexstewartja in #38:
- Updated BitPay client dependency to v6.0.2111
- Implemented exchange rates (single/pair)
- Deprecated constants that already exist in core library
- Also added return codes that can be used to verify webhooks for the following resources:
- Invoices
- Recipients
- Payouts
- Also added return codes that can be used to verify webhooks for the following resources:
- Implemented
Settlements
resource - Implemented
Ledgers
resource - Implemented
Recipients
resource - Implemented
Payouts
/PayoutBatches
resources - Added support for
payout
facade - Updated UX of API Token generation command
- Optimized webhook URL (notificationURL) auto-population
- Added v4 -> v5 to migration guide