htech-pay 0.0.12-alpha → 0.0.13-alpha

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
- # Form sanval plus react
1
+ # HtechPay.js
2
2
 
3
- El siguiente componente se encarga de incorporar el formulario directamente en la estructura de la página web del comercio, lo que permite la visualización y la interacción del usuario con la pasarela de pago de forma integrada. Este enfoque ayuda a mantener la coherencia visual y funcional del sitio, proporcionando una transición sin inconvenientes entre la navegación habitual del usuario y el proceso de pago.
3
+ HTechPay JS es una libreria diseñada para facilitar la integración del flujo de pagos de HTechPay para entornos web. Proporciona una interfaz eficiente y segura para procesar transacciones, optimizando la velocidad y la experiencia del usuario.
4
+
5
+ HTechPay JS is a library designed to facilitate the integration of HTechPay payment flows into web environments. It provides an efficient and secure interface for processing transactions, optimizing speed and user experience.
4
6
 
5
7
  - [Htech.com](https://htech.com/desarrolladores/)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "htech-pay",
3
3
  "private": false,
4
- "version": "0.0.12-alpha",
4
+ "version": "0.0.13-alpha",
5
5
  "description": "Payment SDK for HtechPay",
6
6
  "main": "dist/htechPay.umd.js",
7
7
  "module": "dist/htechPay.es.js",