Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Changing vpn status boolean preference value key pair
Browse files Browse the repository at this point in the history
  • Loading branch information
soner-yuksel committed Sep 20, 2023
1 parent 21dbeb2 commit 4b40983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/BraveVPN/BraveVPNPreferences.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ extension Preferences {
/// to make sure vpn expiration logic will be called.
public static let expirationDate = Option<Date?>(key: "vpn.expiration-date", default: nil)
/// The status of vpn receipt status, used to determine retry period
public static let vpnReceiptStatus = Option<Int?>(key: "vpn.expiration-date", default: nil)
public static let vpnReceiptStatus = Option<Int?>(key: "vpn.receipt-status", default: nil)
/// Whether free trial for the vpn expired for the user.
public static let freeTrialUsed = Option<Bool>(key: "vpn.free-trial-used", default: false)
/// First time after user background the app after after installing vpn, we show a notification to say that the vpn
Expand Down

0 comments on commit 4b40983

Please sign in to comment.