Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_sdk_framework
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Manos Chorianopoulos
2025-06-13 14:39:37 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9bb81e4f1e26f6a76de5061aa5349f2ac10d32d4
9bb81e4f
1 parent
3ed271f8
minor fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
CLIENT_DOCUMENTATION.md
CLIENT_DOCUMENTATION.md
View file @
9bb81e4
...
...
@@ -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
)
...
...
Please
register
or
login
to post a comment