fix: add payment_midtrans_url to transactions
continuous-integration/drone/tag Build was killed Details

pull/60/head^2 devel_20.1.19
shancheas 2024-08-08 17:27:51 +07:00
parent a61f8b853d
commit e9c819987e
2 changed files with 4 additions and 0 deletions

View File

@ -81,6 +81,8 @@ export class DetailTransactionManager extends BaseDetailManager<TransactionEntit
`${this.tableName}.payment_discount_total`,
`${this.tableName}.payment_total`,
`${this.tableName}.payment_midtrans_url`,
'items',
'item_refunds',
'item_refunds_refund.id',

View File

@ -83,6 +83,8 @@ export class IndexTransactionManager extends BaseIndexManager<TransactionEntity>
`${this.tableName}.payment_type_method_name`,
`${this.tableName}.payment_type_method_number`,
`${this.tableName}.payment_midtrans_url`,
`refunds.id`,
`refunds.code`,
`refunds.refund_date`,