Updated on 2026-08-14

This commit is contained in:
Tangem 2022-02-18 14:54:55 +03:00
parent 20421a758c
commit 3c3db2cc09
17 changed files with 12 additions and 9 deletions

View file

@ -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,