Skip to content

Commit

Permalink
Add standard variant token to User-Agent (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
markmur authored Nov 7, 2023
1 parent cdd597e commit fa5f730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ShopifyCheckout/CheckoutBridge.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ enum CheckoutBridge {

static var applicationName: String {
let theme = ShopifyCheckout.configuration.colorScheme.rawValue
return "ShopifyCheckoutSDK/\(ShopifyCheckout.version) (\(schemaVersion);\(theme))"
return "ShopifyCheckoutSDK/\(ShopifyCheckout.version) (\(schemaVersion);\(theme);standard)"
}

static func decode(_ message: WKScriptMessage) throws -> WebEvent {
Expand Down

0 comments on commit fa5f730

Please sign in to comment.