Skip to content

Commit cf9ef7f

Browse files
authored
feat: [AI-207] - change the value of executed_at from integer to string (#81)
1 parent 843ee0e commit cf9ef7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_build/api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15311,7 +15311,7 @@ components:
1531115311
type: string
1531215312
executed_at:
1531315313
nullable: true
15314-
type: integer
15314+
type: string
1531515315
expires_at:
1531615316
example: 1683053729
1531715317
format: int64

schemas/charges/charge_payment_method_bank_transfer_response.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ payment_method_bank_transfer:
1515
type: string
1616
nullable: true
1717
executed_at:
18-
type: integer
18+
type: string
1919
nullable: true
2020
expires_at:
2121
type: integer

0 commit comments

Comments
 (0)