Updated on 2026-08-14
This commit is contained in:
parent
1b34077377
commit
654b8d11b3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue