fix: Add created at and updated at dates to payment session (#11774)
This commit is contained in:
@@ -552,6 +552,16 @@ export interface PaymentSessionDTO {
|
||||
*/
|
||||
authorized_at?: Date
|
||||
|
||||
/**
|
||||
* When the payment session was created
|
||||
*/
|
||||
created_at: Date | string
|
||||
|
||||
/**
|
||||
* When the payment session was updated
|
||||
*/
|
||||
updated_at: Date | string
|
||||
|
||||
/**
|
||||
* The ID of the associated payment collection.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user