Skip to content

Commit

Permalink
Merge pull request #955 from Adyen/fix/metadata
Browse files Browse the repository at this point in the history
added metadata to attribute map
  • Loading branch information
jillingk committed Aug 18, 2022
2 parents de7cd45 + e4c7c62 commit 71c697e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/typings/terminal/saleToAcquirerData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,12 @@ export class SaleToAcquirerData {
"name": "additionalData",
"baseName": "additionalData",
"type": "object"
} ];
},
{
"name": "metadata",
"baseName": "metadata",
"type": "{ [key: string]: string; }"
}];

static getAttributeTypeMap() {
return SaleToAcquirerData.attributeTypeMap;
Expand Down

0 comments on commit 71c697e

Please sign in to comment.