Merge pull request '#5175 TpvTransaction.confirm(): Return response' (!1294) from master into test
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #1294
This commit is contained in:
Juan Ferrer 2023-01-31 13:07:10 +00:00
commit ac9374f54b
1 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,10 @@ module.exports = Self => {
required: true,
}
],
returns: {
type: 'Boolean',
root: true
},
http: {
path: `/confirm`,
verb: 'POST'
@ -66,5 +70,7 @@ module.exports = Self => {
params['Ds_Response'],
params['Ds_ErrorCode']
]);
return true;
};
};