phonepe #66

Merged
allentj merged 49 commits from phonepe into dev 2025-06-25 14:28:07 +00:00
2 changed files with 2212 additions and 1483 deletions
Showing only changes of commit 3e1d74196d - Show all commits

File diff suppressed because it is too large Load Diff

View File

@ -37,7 +37,7 @@ const stripHtml = (html: string): string => {
async function sendSimpleEmail(data: EmailRequest, recipients: string[]) {
const ses = new SESClient({
region: 'ap-south-1',
region: '#{AWS_REGION}#',
credentials: {
accessKeyId: process.env.AWS_ACCESS_KEY_ID || '',
secretAccessKey: process.env.AWS_SECRET_ACCESS_KEY || ''
@ -63,7 +63,7 @@ async function sendSimpleEmail(data: EmailRequest, recipients: string[]) {
async function sendEmailWithAttachments(data: EmailRequest, recipients: string[]) {
const ses = new SESClient({
region: '#{SERVICES_RGN}#',
region: 'ap-south-1',
credentials: {
accessKeyId: process.env.AWS_ACCESS_KEY_ID || '',
secretAccessKey: process.env.AWS_SECRET_ACCESS_KEY || ''