Skip to content
This repository was archived by the owner on May 17, 2025. It is now read-only.

Releases: diogosace/bompix-sdk-php

Version 1.1.2: Fix for PaymentMessage and Notification Version Validation

Choose a tag to compare

@diogosace diogosace released this 29 Jun 21:33

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

Choose a tag to compare

@diogosace diogosace released this 10 May 12:54

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

Choose a tag to compare

@diogosace diogosace released this 12 Apr 15:29

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

Choose a tag to compare

@diogosace diogosace released this 12 Apr 02:09

The first version of BomPix PHP SDK's main features are to interact with the routes of its API v1.