Skip to content

Commit 775cc73

Browse files
authored
➕ add documentation for transactions operations (#13)
Co-authored-by: DoctorVee <vchinewubeze@reloadly.com>
1 parent 42b5c47 commit 775cc73

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

SAMPLE-CODE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
* [Overview](https://github.com/Reloadly/reloadly-sdk-java/blob/main/java-sdk-giftcard/USAGE.md) (You should start here)
2121
* [Giftcard Discount Operations](https://github.com/Reloadly/reloadly-sdk-java/blob/main/java-sdk-giftcard/usage/GIFTCARD-DISCOUNT-OPERATIONS.md)
22-
* [Giftcard Order Operations](https://github.com/Reloadly/reloadly-sdk-java/blob/main/java-sdk-giftcard/GIFTCARD-ORDER-OPERATIONS.md)
23-
* [Giftcard Products Operations](https://github.com/Reloadly/reloadly-sdk-java/blob/main/java-sdk-giftcard/GIFTCARD-PRODUCTS-OPERATIONS.md)
24-
* [Giftcard Redeem Instructions Operations](https://github.com/Reloadly/reloadly-sdk-java/blob/main/java-sdk-giftcard/GIFTCARD-REDEEM-INSTRUCTIONS-OPERATIONS.md)
25-
* [Giftcard Transactions Operations](https://github.com/Reloadly/reloadly-sdk-java/blob/main/java-sdk-giftcard/GIFTCARD-TRANSACTIONS-OPERATIONS.md)
22+
* [Giftcard Order Operations](https://github.com/Reloadly/reloadly-sdk-java/blob/main/java-sdk-giftcard/usage/GIFTCARD-ORDER-OPERATIONS.md)
23+
* [Giftcard Products Operations](https://github.com/Reloadly/reloadly-sdk-java/blob/main/java-sdk-giftcard/usage/GIFTCARD-PRODUCTS-OPERATIONS.md)
24+
* [Giftcard Redeem Instructions Operations](https://github.com/Reloadly/reloadly-sdk-java/blob/main/java-sdk-giftcard/usage/GIFTCARD-REDEEM-INSTRUCTIONS-OPERATIONS.md)
25+
* [Giftcard Transactions Operations](https://github.com/Reloadly/reloadly-sdk-java/blob/main/java-sdk-giftcard/usage/GIFTCARD-TRANSACTIONS-OPERATIONS.md)

java-sdk-airtime/USAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Using the example above has some benefits and drawbacks:
107107
* However, because access tokens have a finite lifetime, you now have to manage or handle the expiration of the access
108108
token in your application code.
109109
* In the sample above, the AirtimeAPI will continue using the same access token until it expires. Therefore, the
110-
responsibility false on you to handle token renewal when the token expires.
110+
responsibility falls on you to handle token renewal when the token expires.
111111

112112
### Sample token expiration handling
113113

java-sdk-giftcard/USAGE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Using the example above has some benefits and drawbacks:
114114
* However, because access tokens have a finite lifetime, you now have to manage or handle the expiration of the access
115115
token in your application code.
116116
* In the sample above, the `GiftcardAPI` will continue using the same access token until it expires. Therefore, the
117-
responsibility false on you to handle token renewal when the token expires.
117+
responsibility falls on you to handle token renewal when the token expires.
118118

119119
### Sample token expiration handling
120120

0 commit comments

Comments
 (0)