Skip to content

Commit

Permalink
fix!: Support nullable IDs for transcation preview (#45)
Browse files Browse the repository at this point in the history
Non catalog items when in a transaction preview can produce a nullable
ID, to support these the type are updated to be a pointer ID where
applicable.

BREAKING CHANGE: Types changed to support nullable IDs of non catalog
products and prices
  • Loading branch information
mikeymike authored Nov 14, 2024
1 parent 23825b2 commit dc1a58d
Show file tree
Hide file tree
Showing 3 changed files with 85 additions and 8 deletions.
29 changes: 29 additions & 0 deletions shared.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions subscriptions.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

55 changes: 50 additions & 5 deletions transactions.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dc1a58d

Please sign in to comment.