Closed ajhewitt closed 1 year ago
It looks like the export interface IOrder does not contain the createdAt field. It should be passed in the Flybuy mobile API and is available in the native SDK.
export interface IOrder
createdAt
The PR for this issue is included in release 1.0.4
1.0.4
It looks like the
export interface IOrder
does not contain thecreatedAt
field. It should be passed in the Flybuy mobile API and is available in the native SDK.