Manos Chorianopoulos

minor fix

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