Skip to content

2.8.0

Compare
Choose a tag to compare
@ymrMeli ymrMeli released this 18 Jun 18:33
1d55e47

Added barcode functionality

The barcode functionality has been added to the application, allowing users to scan barcodes using their device's camera. This feature can be useful in various scenarios, such as:

  • Scanning product barcodes for inventory management or price lookup.
  • Scanning QR codes for accessing information or performing actions.

Get client ID by manifest

The application now has the ability to get the client ID from the manifest file. The customer ID is a unique identifier assigned to the application by the Mercado Pago provider.

Enabling OAuth by a flag in the manifest

The OAuth authentication flow can now be enabled or disabled by setting a flag in the application's manifest file. OAuth is an open standard for access delegation, which allows users to grant third-party applications access to specific resources without sharing their credentials directly.

By including a flag in the manifest, developers can easily configure whether the application should use OAuth for authentication or not, depending on the requirements of the project or the target environment.