mirror of
https://github.com/jlengrand/adyen-node-api-library.git
synced 2026-03-10 08:01:20 +00:00
added metadata to attribute map
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user