Skip to content

Commit

Permalink
fix: lambda env key name fix (#77)
Browse files Browse the repository at this point in the history
Co-authored-by: Ippei Nishiyama <[email protected]>
  • Loading branch information
ippei2480 and Ippei Nishiyama authored Jul 23, 2024
1 parent 86e9d1e commit e66da47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/control-plane/aws-marketplace/saas-product.ts
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ exports.redirecthandler = async(event, context, callback) => {

if (props.marketplaceSellerEmail) {
registerNewMarketplaceCustomerPython.addEnvironment(
'MarketplaceSellerEmail',
'MARKETPLACE_SELLER_EMAIL',
props.marketplaceSellerEmail
);
}
Expand Down

0 comments on commit e66da47

Please sign in to comment.