add support to milti transaction
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user