Skip to content

Commit

Permalink
Merge pull request #33 from amoskeyz/main
Browse files Browse the repository at this point in the history
update redme
  • Loading branch information
seerbit-developers authored Oct 10, 2023
2 parents 5300679 + 89c532a commit 1be2aa1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The documentation, installation guide, detailed description of the SeerBit API a

## Requirements

* Angular 12 and higher
* Angular 16 and higher


## Installation
Expand Down
12 changes: 8 additions & 4 deletions projects/seerbit-angular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</h1>

<h4 align="center">
An Angular 12 Library for SeerBit payment gateway
An Angular 16 Library for SeerBit payment gateway
</h4>


Expand All @@ -32,7 +32,7 @@ The documentation, installation guide, detailed description of the SeerBit API a

## Requirements

* Angular 12 and higher
* Angular 16 and higher


## Installation
Expand Down Expand Up @@ -113,7 +113,9 @@ export class AppComponent {
payment_method: ["card", "account", "transfer", "wallet", 'ussd'],
display_fee: true, // false
logo: "logo_url || base64",
}
},
tokenize: false,
planId: ""
};
}
```
Expand Down Expand Up @@ -184,7 +186,9 @@ export class AppComponent {
},
// payment_method: ["card", "account", "transfer", "wallet", 'ussd'],
// logo: "logo_url || base64",
}
},
tokenize: false,
planId: ""
};

PaymentDone(response) {
Expand Down
2 changes: 1 addition & 1 deletion projects/seerbit-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "seerbit-angular",
"version": "16.0.0",
"version": "16.0.1",
"peerDependencies": {
"@angular/core": "^16.2.8",
"@angular/common": "^16.2.8",
Expand Down

0 comments on commit 1be2aa1

Please sign in to comment.