Merge pull request '#5175 TpvTransaction.confirm(): Return response' (!1294) from master into test
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
Reviewed-on: #1294
This commit is contained in:
commit
ac9374f54b
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue