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,
|
required: true,
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
returns: {
|
||||||
|
type: 'Boolean',
|
||||||
|
root: true
|
||||||
|
},
|
||||||
http: {
|
http: {
|
||||||
path: `/confirm`,
|
path: `/confirm`,
|
||||||
verb: 'POST'
|
verb: 'POST'
|
||||||
|
@ -66,5 +70,7 @@ module.exports = Self => {
|
||||||
params['Ds_Response'],
|
params['Ds_Response'],
|
||||||
params['Ds_ErrorCode']
|
params['Ds_ErrorCode']
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
return true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue