feat(payment): update payment collection status (#7335)
This commit is contained in:
committed by
GitHub
parent
774696845c
commit
7c4f4d7388
@@ -131,13 +131,6 @@ export default class Payment {
|
||||
})
|
||||
payment_session: PaymentSession
|
||||
|
||||
/** COMPUTED PROPERTIES START **/
|
||||
|
||||
captured_amount: number // sum of the associated captures
|
||||
refunded_amount: number // sum of the associated refunds
|
||||
|
||||
/** COMPUTED PROPERTIES END **/
|
||||
|
||||
@BeforeCreate()
|
||||
onCreate() {
|
||||
this.id = generateEntityId(this.id, "pay")
|
||||
|
||||
Reference in New Issue
Block a user