Skip to content

Commit 303f2d6

Browse files
payroll
1 parent 131751c commit 303f2d6

File tree

3 files changed

+50
-50
lines changed

3 files changed

+50
-50
lines changed

payroll/package-lock.json

Lines changed: 46 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

payroll/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"description": "A payroll management system",
55
"type": "module",
66
"dependencies": {
7-
"@supabase/supabase-js": "^2.57.4",
8-
"dotenv": "^17.2.2",
9-
"stripe": "^18.5.0"
7+
"@supabase/supabase-js": "^2.74.0",
8+
"dotenv": "^17.2.3",
9+
"stripe": "^19.1.0"
1010
}
1111
}

payroll/scripts/payroll.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const artistEarningsWithNames = artistIds.map((artistId) => {
9393

9494
// Send a payout to each artist
9595
export const stripe = new Stripe(STRIPE_KEY, {
96-
apiVersion: "2025-08-27.basil",
96+
apiVersion: "2025-09-30.clover",
9797
});
9898

9999
const prettifyPennies = (pence: number) => {

0 commit comments

Comments
 (0)