deb offer error

This commit is contained in:
boufni95 2025-05-21 14:37:46 +00:00
parent 1b487bc8bd
commit e3793e905c

View file

@ -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, {