Skip to content

Commit

Permalink
Merge pull request #86 from rees46/feat/fashion-size-back-in-stock-tr…
Browse files Browse the repository at this point in the history
…igger

feat: Add support for fashionSize, fashionColor, and barcode
  • Loading branch information
TorinAsakura authored Jul 18, 2024
2 parents 91447d1 + 3ec811e commit d4dbb32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion REES46/Classes/SimplePersonalizationSDK.swift
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class SimplePersonalizationSDK: PersonalizationSDK {
self.autoSendPushToken = autoSendPushToken

global_EL = enableLogs
self.baseURL = "https://api.rees46.ru/"
self.baseURL = "https://" + apiDomain + "/"

self.userEmail = userEmail
self.userPhone = userPhone
Expand Down

0 comments on commit d4dbb32

Please sign in to comment.