deb offer error
This commit is contained in:
parent
1b487bc8bd
commit
e3793e905c
1 changed files with 1 additions and 0 deletions
|
|
@ -208,6 +208,7 @@ export class OfferManager {
|
||||||
}
|
}
|
||||||
const { passed, validated } = this.ValidateExpectedData(userOffer, offerReq.payer_data)
|
const { passed, validated } = this.ValidateExpectedData(userOffer, offerReq.payer_data)
|
||||||
if (!passed) {
|
if (!passed) {
|
||||||
|
console.log("Invalid expected data", validated)
|
||||||
return { success: false, code: 1, max: remote }
|
return { success: false, code: 1, max: remote }
|
||||||
}
|
}
|
||||||
const res = await this.applicationManager.AddAppUserInvoice(appId, {
|
const res = await this.applicationManager.AddAppUserInvoice(appId, {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue