Updated on 2026-08-14

This commit is contained in:
Tangem 2022-03-02 20:01:20 +03:00
parent 1b34077377
commit 654b8d11b3

View file

@ -84,7 +84,7 @@ class ShopifyService(private val application: Application, val shop: ShopifyShop
when (result) {
is GraphCallResult.Success -> {
val checkout = result.response.data?.node as? Checkout
checkout == null
checkout?.order == null
}
is GraphCallResult.Failure -> false
}