You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using customer.orders query and in the order I am accessing processedAt() to represent the order processed date but why I am getting latest order date on the all of the order.
@SundramSinghDev - This issue seems related to the mobile-buy-sdk-android repository more so than checkout-sheet-kit-android - I took a look and there appears to be an issue similar to yours: Shopify/mobile-buy-sdk-android#773 - for the moment downgrading to 18.1.0 may be a possible fix
Thanks for raising - will get this looked into over there, but for now I'll close this issue in this repo
What area is the issue related to?
Storefront API
What version of the package are you using?
com.shopify.mobilebuysdk:buy3:2025.1.0
Reproducible sample code
I am using customer.orders query and in the order I am accessing processedAt() to represent the order processed date but why I am getting latest order date on the all of the order.
// .image(Storefront.ImageQueryDefinition { it.url() })
})
})
})
}).shippingAddress({ ship ->
ship.address1().address2().firstName()
.lastName().country().city().phone()
.province().zip()
})
Steps to Reproduce
place multiple orders and check the date of the order
Expected Behavior
It should give every processed order date(when order is placed or created).
Actual Behavior
Right now it is giving me same order process date on each order.
Screenshots/Videos/Log output
No response
Storefront domain
https://home-run.co/
The text was updated successfully, but these errors were encountered: