fix(core-flows,order): update action (#8333)

This commit is contained in:
Carlos R. L. Rodrigues
2024-07-29 12:51:51 -03:00
committed by GitHub
parent 42c80e4264
commit ed67d44d28
19 changed files with 124 additions and 36 deletions

View File

@@ -96,6 +96,7 @@ export default class OrderShippingMethod {
@ManyToOne(() => Return, {
persist: false,
nullable: true,
})
return: Rel<Return>
@@ -111,6 +112,7 @@ export default class OrderShippingMethod {
@ManyToOne(() => Exchange, {
persist: false,
nullable: true,
})
exchange: Rel<Exchange>
@@ -126,6 +128,7 @@ export default class OrderShippingMethod {
@ManyToOne(() => Claim, {
persist: false,
nullable: true,
})
claim: Rel<Claim>