Manos Chorianopoulos

minor fix

......@@ -89,7 +89,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
// 🔧 Configure the SDK
WarplySDK.shared.configure(
appUuid: "YOUR_APP_UUID", // Replace with your Web ID
appUuid: "YOUR_APP_UUID", // Replace with your App Uuid
merchantId: "YOUR_MERCHANT_ID", // Replace with your Merchant ID
environment: .production // Use .development for testing
)
......