payout retry lambda
This commit is contained in:
16
lambdas/payoutRetryProcessor/package.json
Normal file
16
lambdas/payoutRetryProcessor/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "payout-retry-processor",
|
||||
"version": "1.0.0",
|
||||
"description": "Lambda function to retry failed payouts via Stripe Connect",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@rentall/lambda-shared": "file:../shared"
|
||||
},
|
||||
"devDependencies": {
|
||||
"dotenv": "^16.4.5"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"local": "node -r dotenv/config test-local.js dotenv_config_path=.env.dev"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user