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.
Files changed (2) hide show
  1. package/README.md +6 -8
  2. 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
  [![Github branch](https://github.com/lperezp/culqi-angular/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/lperezp/culqi-angular/actions/workflows/pages/pages-build-deployment/badge.svg)
14
14
  [![CodeFactor](https://www.codefactor.io/repository/github/lperezp/ngx-culqi/badge?style=flat-square)](https://www.codefactor.io/repository/github/lperezp/ngx-culqi)
15
15
  [![GitHub Release Date](https://img.shields.io/github/release-date/lperezp/ngx-culqi.svg?style=flat-square)](https://github.com/lperezp/ngx-culqi/releases)
16
16
  [![npm package](https://img.shields.io/npm/v/ngx-culqi.svg?style=flat-square)](https://www.npmjs.org/package/ngx-culqi)
17
- [![NPM downloads](http://img.shields.io/npm/dm/ng-culqi.svg?style=flat-square)](https://npmjs.org/package/ngx-culqi)
17
+ [![NPM downloads](http://img.shields.io/npm/dm/ngx-culqi.svg?style=flat-square)](https://npmjs.org/package/ngx-culqi)
18
18
  [![GitHub license](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)](https://github.com/lperezp/ngx-culqi/blob/master/LICENSE)
19
19
  [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
20
20
  [![Twitter](https://img.shields.io/badge/Twitter-lperezp_pe-blue.svg?style=flat-square&logo=twitter)](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]( https://lperezp.dev/?utm_source=ngx-culqi&utm_medium=github-ngx-culqi&utm_campaign=ngx-culqi&utm_id=github)
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-culqi",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "UNOFFICIAL Culqi payment gateway library made to use with Angular by lperezp.dev",
5
5
  "author": "Luis Eduardo <luiseperezp.10@gmail.com>",
6
6
  "license": "MIT",