chore(server): upgrade stripe sdk (#4733)

This commit is contained in:
liuyi
2023-10-26 20:37:52 +08:00
committed by GitHub
parent e0f7ac426c
commit 9334a363c7
3 changed files with 7 additions and 7 deletions

View File

@@ -215,7 +215,7 @@ export const getDefaultAFFiNEConfig: () => AFFiNEConfig = () => {
APIKey: '',
webhookKey: '',
},
apiVersion: '2023-08-16',
apiVersion: '2023-10-16',
},
},
} satisfies AFFiNEConfig;