add support to milti transaction

This commit is contained in:
2026-01-13 03:18:05 -03:00
parent ad23e9aa51
commit da10a36a1d
11 changed files with 287 additions and 56 deletions

View File

@@ -116,8 +116,20 @@ Resources:
detail-type: [INSERT]
detail:
new_image:
sk: ['INVOICE']
payment_method: ['CREDIT_CARD']
sk: ['TRANSACTION']
invoice_id:
- exists: true
credit_card:
holder_name:
- exists: true
number:
- exists: true
exp_month:
- exists: true
exp_year:
- exists: true
cvv:
- exists: true
EventBillingAppendEnrollmentFunction:
Type: AWS::Serverless::Function