Updated on 2026-08-14
This commit is contained in:
parent
d10ca65bba
commit
c0032b70c8
2 changed files with 3 additions and 1 deletions
|
|
@ -1,10 +1,12 @@
|
|||
package com.tangem.tap.common.shop.shopify
|
||||
|
||||
import com.squareup.moshi.Json
|
||||
import com.squareup.moshi.JsonClass
|
||||
|
||||
@JsonClass(generateAdapter = true)
|
||||
data class ShopifyShop(
|
||||
val domain: String,
|
||||
@Json(name = "storefrontApiKeyAndroid")
|
||||
val storefrontApiKey: String,
|
||||
val merchantID: String,
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue