@jogolabs/billing-sdk-v2 0.0.5 → 0.0.6

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.
@@ -23,6 +23,18 @@ export declare class PaymentsService {
23
23
  */
24
24
  savedCardId: string;
25
25
  cvv: string;
26
+ /**
27
+ * Email del cliente
28
+ */
29
+ customerEmail: string;
30
+ /**
31
+ * Nombre del cliente
32
+ */
33
+ customerName: string;
34
+ /**
35
+ * Apellido del cliente
36
+ */
37
+ customerLastName: string;
26
38
  /**
27
39
  * Total de clases del plan (opcional, se envía en metadata a Wompi)
28
40
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jogolabs/billing-sdk-v2",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "Billing SDK v2 to Jogo Labs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -28,6 +28,18 @@ export class PaymentsService {
28
28
  */
29
29
  savedCardId: string;
30
30
  cvv: string;
31
+ /**
32
+ * Email del cliente
33
+ */
34
+ customerEmail: string;
35
+ /**
36
+ * Nombre del cliente
37
+ */
38
+ customerName: string;
39
+ /**
40
+ * Apellido del cliente
41
+ */
42
+ customerLastName: string;
31
43
  /**
32
44
  * Total de clases del plan (opcional, se envía en metadata a Wompi)
33
45
  */