fix: add payment_midtrans_url to transactions
continuous-integration/drone/tag Build was killed
Details
continuous-integration/drone/tag Build was killed
Details
parent
a61f8b853d
commit
e9c819987e
|
@ -81,6 +81,8 @@ export class DetailTransactionManager extends BaseDetailManager<TransactionEntit
|
||||||
`${this.tableName}.payment_discount_total`,
|
`${this.tableName}.payment_discount_total`,
|
||||||
`${this.tableName}.payment_total`,
|
`${this.tableName}.payment_total`,
|
||||||
|
|
||||||
|
`${this.tableName}.payment_midtrans_url`,
|
||||||
|
|
||||||
'items',
|
'items',
|
||||||
'item_refunds',
|
'item_refunds',
|
||||||
'item_refunds_refund.id',
|
'item_refunds_refund.id',
|
||||||
|
|
|
@ -83,6 +83,8 @@ export class IndexTransactionManager extends BaseIndexManager<TransactionEntity>
|
||||||
`${this.tableName}.payment_type_method_name`,
|
`${this.tableName}.payment_type_method_name`,
|
||||||
`${this.tableName}.payment_type_method_number`,
|
`${this.tableName}.payment_type_method_number`,
|
||||||
|
|
||||||
|
`${this.tableName}.payment_midtrans_url`,
|
||||||
|
|
||||||
`refunds.id`,
|
`refunds.id`,
|
||||||
`refunds.code`,
|
`refunds.code`,
|
||||||
`refunds.refund_date`,
|
`refunds.refund_date`,
|
||||||
|
|
Loading…
Reference in New Issue