Skip to content

Commit

Permalink
Update Sources/ShopifyCheckoutKit/CheckoutBridge.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Murray <[email protected]>
  • Loading branch information
cocoahero and markmur authored Nov 13, 2023
1 parent 70213b5 commit 11f987a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ShopifyCheckoutKit/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 = ShopifyCheckoutKit.configuration.colorScheme.rawValue
return "ShopifyCheckoutKitSDK/\(ShopifyCheckoutKit.version) (\(schemaVersion);\(theme);standard)"
return "ShopifyCheckoutSDK/\(ShopifyCheckoutKit.version) (\(schemaVersion);\(theme);standard)"
}

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

0 comments on commit 11f987a

Please sign in to comment.