Updated on 2026-08-14
This commit is contained in:
parent
20421a758c
commit
3c3db2cc09
17 changed files with 12 additions and 9 deletions
|
|
@ -1,5 +1,8 @@
|
|||
package com.tangem.tap.common.shop.shopify
|
||||
|
||||
import com.squareup.moshi.JsonClass
|
||||
|
||||
@JsonClass(generateAdapter = true)
|
||||
data class ShopifyShop(
|
||||
val domain: String,
|
||||
val storefrontApiKey: String,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue