Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilManapure authored Jul 15, 2024
1 parent 480a076 commit d392bed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@ Settle.open(
|----------------|-----------------|-------------------------------------------------------------------------|
| `status` | `string` | The status of the transaction. Possible values are: `SUCCESS`, `FAILED`, `CANCELLED`. |
| `order` | `object` | Details of the order. Can be an empty object for `FAILED`, `CANCELLED`. |
| `order.valueInPaise` | `number` | The total value of the order in paise. Optional field. |
| `order.uid` | `string` | The unique identifier for the order. Optional field. |
| `order.valueInPaise` | `number` | The total value of the order in paise. |
| `order.uid` | `string` | The unique identifier for the order. |
| `customer` | `object` | Details of the customer. Can be an empty object for `FAILED`, `CANCELLED`. |
| `customer.mobile` | `string` | The mobile number of the customer. Optional field. |
| `customer.countryCode` | `string` | The country code of the customer's mobile number. Optional field. |
| `customer.mobile` | `string` | The mobile number of the customer. |
| `customer.countryCode` | `string` | The country code of the customer's mobile number. |
| `customer.uid` | `string` | The unique identifier for the customer. Optional field. |
| `transactionId` | `string \ null` | The unique identifier for the transaction. Can be null. |
| `transactionId` | `string \ null` | The unique identifier for the transaction. Can be null for failed or cancelled transactions. |



Expand Down

0 comments on commit d392bed

Please sign in to comment.