This repository was archived by the owner on May 17, 2025. It is now read-only.
Releases: diogosace/bompix-sdk-php
Releases · diogosace/bompix-sdk-php
Release list
Version 1.1.2: Fix for PaymentMessage and Notification Version Validation
In this release, we made important fixes to the BomPix PHP SDK:
- Fixed the issue with setting PaymentMessage directly through the constructor.
- Added correct version validation for notifications during processing. The version chosen by the user will now be correctly applied.
Version 1.1.1: Bug in variable fixed
Fixed the result of the “qrcode_png” variable after interacting with the payment route, which returned “qrcode” for both the “qrcode” and “qrcode_png” variables.
Version 1.1.0: Added Webhook Event Handling
Added Features:
- I implemented a class to handle events received via webhook.
- Introduced a class to store webhook event data, simplifying data processing and payment validation after receiving the webhook.
Goal:
- Facilitate the processing of external events, such as those received via webhook, within the system.
- Improve validation of payments and other related operations after receiving the webhook.
Benefits:
- Better modularity and code understanding.
- Greater security and reliability in the processing of confidential data.
- Simplified payment validation process.
Version 1.0.0: SDK release
The first version of BomPix PHP SDK's main features are to interact with the routes of its API v1.