@pandait.tech/payment-peigo 2.0.0 → 2.0.1

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 +13 -0
  2. package/package.json +2 -2
package/README.md ADDED
@@ -0,0 +1,13 @@
1
+ # @pandait.tech/payment-peigo
2
+
3
+ > **EXPERIMENTAL.** Este adaptador nunca procesó un pago real ni se probó contra un sandbox del
4
+ > proveedor. No lo uses en producción. Estado y plan: `docs/ROADMAP.md` del repo panda-commerce-kit.
5
+
6
+ Peigo (Banco Guayaquil) wallet QR payment adapter for panda-commerce-kit. Implements `PaymentMethod`
7
+ via QR dinámico, link de pago y código único.
8
+
9
+ ## Install
10
+
11
+ ```bash
12
+ pnpm add @pandait.tech/payment-peigo
13
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandait.tech/payment-peigo",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Peigo (Banco Guayaquil) wallet QR payment adapter for panda-commerce-kit. Implements PaymentMethod via QR dinámico, link de pago y código único.",
5
5
  "license": "MIT",
6
6
  "private": false,
@@ -46,7 +46,7 @@
46
46
  "typescript": "^5.6.3",
47
47
  "vitest": "^4.1.7",
48
48
  "@pandait.tech/commerce-core": "0.1.0",
49
- "@pandait.tech/payment-core": "0.0.1"
49
+ "@pandait.tech/payment-core": "0.0.3"
50
50
  },
51
51
  "scripts": {
52
52
  "build": "tsup",