iZettle / sdk-android

Add card payments from Zettle to your own app
https://developer.zettle.com/docs/android-sdk
24 stars 20 forks source link

development mode #86

Closed AlfredoRguezc closed 9 months ago

AlfredoRguezc commented 9 months ago

i dont know how add this part of code and in wich file ? i want to test the paycard pyment

val config = config(applicationContext) { isDevMode = true ... ) ZettleSDK.configure(config)

CheZhongSdk commented 9 months ago

Hi @AlfredoRguezc, Thanks for reaching out! You can set isDevMode when you initialise the Zettle SDK. Please see this example in the sample app. Also, thanks for your comment, we will improve our documentation to make it more clear there too.