Skip to content

Commit

Permalink
Merge branch 'release/readme'
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishwor-Shrestha committed Oct 5, 2021
2 parents 2a663ae + 8f1ed87 commit 4e44726
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,14 +184,15 @@ khaltiButton.setCheckOutConfig(config);

###### Success Message

| Key | Value | Type |
|:-----------------------|:-------------|:-------|
| mobile | 98XXXXXXXX | String |
| product_name | Product Name | String |
| product_identity | Product Id | String |
| product_url(if passed) | Product Url | String |
| amount | 100 | Long |
| token | token | String |
| Key | Value | Type |
|:-----------------------|:------------------|:-------|
| mobile | 98XXXXXXXX | String |
| product_name | Product Name | String |
| product_identity | Product Id | String |
| product_url(if passed) | Product Url | String |
| amount | 100 | Long |
| token | token | String |
| idx | Unique identifier | String |

The success message also contains all the `key` and `value` provided as extra data while building the `Config`.

Expand Down

0 comments on commit 4e44726

Please sign in to comment.