ngx-culqi 2.0.2 → 2.0.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/README.md +6 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,19 +8,22 @@ ngx-culqi
|
|
|
8
8
|
|
|
9
9
|
<div align="center">
|
|
10
10
|
|
|
11
|
-
UNOFFICIAL [Culqi](https://culqi.com/) payment gateway library made to use with Angular.
|
|
11
|
+
UNOFFICIAL [Culqi](https://culqi.com/) payment gateway library made to use with Angular by [lperezp.dev](https://lperezp.dev/?utm_source=ngx-culqi&utm_medium=readme&utm_campaign=ngx-culqi&utm_id=github)
|
|
12
12
|
|
|
13
13
|
[](https://github.com/lperezp/culqi-angular/actions/workflows/pages/pages-build-deployment/badge.svg)
|
|
14
14
|
[](https://www.codefactor.io/repository/github/lperezp/ngx-culqi)
|
|
15
15
|
[](https://github.com/lperezp/ngx-culqi/releases)
|
|
16
16
|
[](https://www.npmjs.org/package/ngx-culqi)
|
|
17
|
-
[](https://npmjs.org/package/ngx-culqi)
|
|
18
18
|
[](https://github.com/lperezp/ngx-culqi/blob/master/LICENSE)
|
|
19
19
|
[](https://github.com/prettier/prettier)
|
|
20
20
|
[](https://twitter.com/lperezp_pe)
|
|
21
21
|
|
|
22
22
|
</div>
|
|
23
23
|
|
|
24
|
+
## Demo
|
|
25
|
+
|
|
26
|
+
[Ver Demo](https://lperezp.github.io/culqi-angular/)
|
|
24
27
|
|
|
25
28
|
## ☀️ License
|
|
26
29
|
|
|
@@ -105,11 +108,6 @@ Inside ``ngOnInit`` add the following script:
|
|
|
105
108
|
|
|
106
109
|
***[Check Culqi documentation for more information](https://docs.culqi.com/#/pagos/inicio)***
|
|
107
110
|
|
|
108
|
-
|
|
109
|
-
## Demo
|
|
110
|
-
|
|
111
|
-
[Ver Demo](https://lperezp.github.io/culqi-angular/)
|
|
112
|
-
|
|
113
111
|
## 🔗 Links
|
|
114
112
|
|
|
115
113
|
* [Culqi](https://culqi.com/)
|
|
@@ -123,6 +121,6 @@ I welcome all contributions. Please read our [CONTRIBUTING.md](https://github.co
|
|
|
123
121
|
|
|
124
122
|
## 🎉 Author
|
|
125
123
|
|
|
126
|
-
- [Luis Eduardo](
|
|
124
|
+
- [Luis Eduardo](https://lperezp.dev/?utm_source=ngx-culqi&utm_medium=readme&utm_campaign=ngx-culqi&utm_id=github)
|
|
127
125
|
|
|
128
126
|
**Love ngx-culqi? Give our repo a star :star: :arrow_up:.**
|
package/package.json
CHANGED