Skip to content

Commit

Permalink
ref: Update interface exports
Browse files Browse the repository at this point in the history
  • Loading branch information
lperezp committed Jul 16, 2024
1 parent 5fc400d commit b89e285
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ngx-culqi

<div align="center">

UNOFFICIAL [Culqi](https://culqi.com/) payment gateway library made to use with Angular.
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)

[![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)
[![CodeFactor](https://www.codefactor.io/repository/github/lperezp/ngx-culqi/badge?style=flat-square)](https://www.codefactor.io/repository/github/lperezp/ngx-culqi)
Expand Down Expand Up @@ -121,6 +121,6 @@ I welcome all contributions. Please read our [CONTRIBUTING.md](https://github.co

## 🎉 Author

- [Luis Eduardo]( https://lperezp.dev/?utm_source=ngx-culqi&utm_medium=github-ngx-culqi&utm_campaign=ngx-culqi&utm_id=github)
- [Luis Eduardo](https://lperezp.dev/?utm_source=ngx-culqi&utm_medium=readme&utm_campaign=ngx-culqi&utm_id=github)

**Love ngx-culqi? Give our repo a star :star: :arrow_up:.**
1 change: 0 additions & 1 deletion projects/ngx-culqi/src/lib/ngx-culqi.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export class NgxCulqiService {
document.head.appendChild(script);
}


generateOrder(order: IOrderCulqi): Observable<Partial<IOrderCulqiResponse>> {
return this.http.post('https://api.culqi.com/v2/orders', order, {
headers: {
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-culqi/src/public-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
*/

export * from './lib/ngx-culqi.service';
export * from './lib/models/culqi.model';
export { ICulqiOptions, IOrderCulqiResponse } from './lib/models/culqi.model';

0 comments on commit b89e285

Please sign in to comment.