Skip to content

Commit 7a2025d

Browse files
committed
chore: align paykit flag naming
1 parent d03bdf6 commit 7a2025d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Bitkit/Utilities/PaykitFeatureFlags.swift renamed to Bitkit/FeatureFlags/PaykitFeatureFlags.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ enum PaykitFeatureFlags {
44
static let uiEnabledKey = "paykitUiEnabled"
55

66
static var isUIAvailable: Bool {
7-
#if PAYKIT_UI_DISABLED
7+
#if FEATURE_PAYKIT_UI_DISABLED
88
false
99
#else
1010
true

0 commit comments

Comments
 (0)