Skip to content

Commit

Permalink
updating the identation of the logs
Browse files Browse the repository at this point in the history
  • Loading branch information
DhruvaPatel-crest committed Dec 6, 2024
1 parent 6fc11ff commit f075cbf
Showing 1 changed file with 30 additions and 29 deletions.
59 changes: 30 additions & 29 deletions authorize_net/assets/logs/authorize-net_tests.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
id: authorize-net
id: "authorize-net"
tests:
- sample: |-
-
sample: |-
{
"enrichment_details": {
"merchantId": "2zHHE7jW",
"batchId": "157463",
"settlementTimeUTC": "2024-12-03T09:23:05Z"
},
"log": {
"submitTimeUTC": "2024-10-21T08:28:47Z",
"product": "Card Not Present",
"transactionStatus": "settledSuccessfully",
"transId": "800205266",
"submitTimeLocal": "2024-10-21T01:28:47",
"accountType": "AmericanExpress",
"settleAmount": 115,
"accountNumber": "XXXX0002",
"firstName": "John",
"lastName": "Doe"
"marketType": "eCommerce"
}
}
service: "transaction"
result:
custom: {}
message: |-
{
"enrichment_details": {
"merchantId": "2zHHE7jW",
Expand All @@ -22,30 +47,6 @@ tests:
}
}
service: "transaction"
result:
custom: {}
message: |-
{
"enrichment_details": {
"merchantId": "2zHHE7jW",
"batchId": "157463",
"settlementTimeUTC": "2024-12-03T09:23:05Z"
},
"log": {
"submitTimeUTC": "2024-10-21T08:28:47Z",
"product": "Card Not Present",
"transactionStatus": "settledSuccessfully",
"transId": "800205266",
"submitTimeLocal": "2024-10-21T01:28:47",
"accountType": "AmericanExpress",
"settleAmount": 115,
"accountNumber": "XXXX0002",
"firstName": "John",
"lastName": "Doe"
"marketType": "eCommerce"
}
}
service: "transaction"
tags:
- "source:LOGS_SOURCE"
timestamp: 1
tags:
- "source:LOGS_SOURCE"
timestamp: 1

0 comments on commit f075cbf

Please sign in to comment.