vk-payments 0.2.1 → 0.2.3
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.
- package/bundles/vk-payments.umd.js +7 -6
- package/bundles/vk-payments.umd.js.map +1 -1
- package/bundles/vk-payments.umd.min.js +1 -1
- package/bundles/vk-payments.umd.min.js.map +1 -1
- package/esm2015/lib/go-cuotas/components/go-cuotas.component.js +2 -1
- package/esm2015/lib/go-cuotas/go-cuotas.module.js +2 -4
- package/esm2015/lib/go-cuotas/models/go-cuotas.models.js +3 -1
- package/esm2015/lib/go-cuotas/services/go-cuotas.api.service.js +2 -1
- package/esm5/lib/go-cuotas/components/go-cuotas.component.js +2 -1
- package/esm5/lib/go-cuotas/go-cuotas.module.js +2 -4
- package/esm5/lib/go-cuotas/models/go-cuotas.models.js +3 -1
- package/esm5/lib/go-cuotas/services/go-cuotas.api.service.js +2 -1
- package/fesm2015/vk-payments.js +3 -3
- package/fesm2015/vk-payments.js.map +1 -1
- package/fesm5/vk-payments.js +3 -3
- package/fesm5/vk-payments.js.map +1 -1
- package/lib/go-cuotas/models/go-cuotas.models.d.ts +1 -0
- package/package.json +1 -1
- package/vk-payments.metadata.json +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@angular/forms'), require('@angular/router'), require('@angular/common/http'), require('sha256')
|
|
3
|
-
typeof define === 'function' && define.amd ? define('vk-payments', ['exports', '@angular/core', '@angular/common', '@angular/forms', '@angular/router', '@angular/common/http', 'sha256'
|
|
4
|
-
(global = global || self, factory(global['vk-payments'] = {}, global.ng.core, global.ng.common, global.ng.forms, global.ng.router, global.ng.common.http, global.sha256
|
|
5
|
-
}(this, function (exports, core, common, forms, router, http, sha256
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@angular/forms'), require('@angular/router'), require('@angular/common/http'), require('sha256')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define('vk-payments', ['exports', '@angular/core', '@angular/common', '@angular/forms', '@angular/router', '@angular/common/http', 'sha256'], factory) :
|
|
4
|
+
(global = global || self, factory(global['vk-payments'] = {}, global.ng.core, global.ng.common, global.ng.forms, global.ng.router, global.ng.common.http, global.sha256));
|
|
5
|
+
}(this, function (exports, core, common, forms, router, http, sha256) { 'use strict';
|
|
6
6
|
|
|
7
7
|
sha256 = sha256 && sha256.hasOwnProperty('default') ? sha256['default'] : sha256;
|
|
8
8
|
|
|
@@ -2651,6 +2651,7 @@
|
|
|
2651
2651
|
documentNumber: initPayment.documentNumber,
|
|
2652
2652
|
areaCode: initPayment.areaCode,
|
|
2653
2653
|
phoneNumber: initPayment.phoneNumber,
|
|
2654
|
+
email: initPayment.email,
|
|
2654
2655
|
idVen: initPayment.idVen,
|
|
2655
2656
|
storeId: initPayment.storeId,
|
|
2656
2657
|
data: initPayment.data
|
|
@@ -2899,6 +2900,7 @@
|
|
|
2899
2900
|
installments: this.installments,
|
|
2900
2901
|
documentNumber: this.dniText,
|
|
2901
2902
|
phoneNumber: this.telText,
|
|
2903
|
+
email: this.mailText,
|
|
2902
2904
|
cardholder: this.defaultName,
|
|
2903
2905
|
creditCardHash: this.cardText,
|
|
2904
2906
|
idVen: this.idVen,
|
|
@@ -3425,8 +3427,7 @@
|
|
|
3425
3427
|
common.CommonModule,
|
|
3426
3428
|
forms.FormsModule,
|
|
3427
3429
|
forms.ReactiveFormsModule,
|
|
3428
|
-
router.RouterModule
|
|
3429
|
-
material.MatSnackBarModule
|
|
3430
|
+
router.RouterModule
|
|
3430
3431
|
],
|
|
3431
3432
|
providers: [
|
|
3432
3433
|
GoCuotasApiService
|