File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
20
20
* [ Overview] ( https://github.com/Reloadly/reloadly-sdk-java/blob/main/java-sdk-giftcard/USAGE.md ) (You should start here)
21
21
* [ 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 )
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ Using the example above has some benefits and drawbacks:
107
107
* However, because access tokens have a finite lifetime, you now have to manage or handle the expiration of the access
108
108
token in your application code.
109
109
* 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.
111
111
112
112
### Sample token expiration handling
113
113
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ Using the example above has some benefits and drawbacks:
114
114
* However, because access tokens have a finite lifetime, you now have to manage or handle the expiration of the access
115
115
token in your application code.
116
116
* 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.
118
118
119
119
### Sample token expiration handling
120
120
You can’t perform that action at this time.
0 commit comments