Skip to content

Commit

Permalink
add checkout metadata fields
Browse files Browse the repository at this point in the history
  • Loading branch information
prratek committed May 31, 2024
1 parent 722f445 commit 717ecab
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
/.secrets/config.json
.python-version
.vscode/
output/
.idea/
12 changes: 12 additions & 0 deletions tap_stripe/schemas/subscriptions.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -916,6 +916,18 @@
"string"
]
},
"checkout_url_1": {
"type": [
"null",
"string"
]
},
"checkout_url_2": {
"type": [
"null",
"string"
]
},
"cancel_reason": {
"type": [
"null",
Expand Down

0 comments on commit 717ecab

Please sign in to comment.