Skip to content

Commit

Permalink
remove tokenExpiration constant
Browse files Browse the repository at this point in the history
  • Loading branch information
v-rudkovskiy authored and kkorotkov committed Jul 15, 2024
1 parent 90b5bde commit a30c7ab
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ public static final class Token {
public static final String TOKEN_PROP_PRIVATE_KEY = "privateKey";
public static final String TOKEN_PROP_BUNDLE_NUMBER = "bundleNumber";
public static final String TOKEN_PROP_BUNDLE_PRICE = "bundlePrice";
public static final String TOKEN_PROP_TOKEN_EXPIRATION = "tokenExpiration";
}

public static final class Vendor {
Expand Down

0 comments on commit a30c7ab

Please sign in to comment.