Skip to content

Commit

Permalink
Merge pull request #308 from Ecwid/ECWID-123615
Browse files Browse the repository at this point in the history
ECWID-123615
  • Loading branch information
zenon-ecwid authored Jul 25, 2023
2 parents 5f66298 + 18c1eb9 commit 2250fe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ data class FetchedOrder(
val disableAllCustomerNotifications: Boolean? = null,
val externalOrderData: ExternalOrderData? = null,
val paymentReference: String? = null,
val shippingLabelAvailableForPurchase: Boolean = false,

) : ApiFetchedDTO {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ val nonUpdatablePropertyRules: List<NonUpdatablePropertyRule<*, *>> = listOf(
Ignored(FetchedOrder::refunds),
ReadOnly(FetchedOrder.OrderItemTax::sourceTaxRateId),
ReadOnly(FetchedOrder.OrderItemTax::sourceTaxRateType),
ReadOnly(FetchedOrder::shippingLabelAvailableForPurchase),

ReadOnly(FetchedProductType::id),
Ignored(FetchedProductType::googleTaxonomy),
Expand Down

0 comments on commit 2250fe3

Please sign in to comment.