Skip to content

Commit 6f75ac4

Browse files
authored
fix: sync payment_started_at (#103)
We missed the field in the schema mapping
1 parent 691557d commit 6f75ac4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/orb-sync-lib/src/schemas/invoice.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export const invoiceSchema: JsonSchema = {
3333
minimum_amount: { type: 'number' },
3434
paid_at: { type: 'string' },
3535
payment_failed_at: { type: 'string' },
36+
payment_started_at: { type: 'string' },
3637
scheduled_issue_at: { type: 'string' },
3738
shipping_address: { type: 'object' },
3839
status: { type: 'string' },

0 commit comments

Comments
 (0)