Skip to content

Commit 352a970

Browse files
committed
Simpler name.
1 parent c88c80a commit 352a970

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

WooCommerce/Classes/ViewRelated/InAppPurchases/InAppPurchasesDebugView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,5 @@ struct InAppPurchasesDebugView_Previews: PreviewProvider {
113113
}
114114

115115
private enum Constants {
116-
static let siteIdEnvironmentVariableName = "iap-debug-site-id-purchase-param"
116+
static let siteIdEnvironmentVariableName = "iap-debug-site-id"
117117
}

WooCommerce/WooCommerce.xcodeproj/xcshareddata/xcschemes/WooCommerce.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
isEnabled = "NO">
144144
</EnvironmentVariable>
145145
<EnvironmentVariable
146-
key = "iap-debug-site-id-purchase-param"
146+
key = "iap-debug-site-id"
147147
value = ""
148148
isEnabled = "NO">
149149
</EnvironmentVariable>

0 commit comments

Comments
 (0)