Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update stripe extension #15265

Merged
merged 10 commits into from
Dec 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions extensions/stripe/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules

# Raycast specific files
raycast-env.d.ts
.raycast-swift-build
.swiftpm
compiled_raycast_swift

# misc
.DS_Store
9 changes: 7 additions & 2 deletions extensions/stripe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# Stripe Changelog

## [Fill Checkout] - 2024-12-04

Added the `Fill Checkout` command that uses Stripe's test cards to automatically fill in a checkout form.

## [Added Commands] - 2022-08-05

Added Commands for:
Added commands:

- Balance Transactions
- Balance
- Charges
- Connected Accounts
- Events
- Payment Intents

## [Initial Version] - 2022-04-14
## [Initial Version] - 2022-04-14
Loading