We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70069e6 + e5100af commit 49dde4eCopy full SHA for 49dde4e
1 file changed
src/purchases/services/purchase.webhook.service.ts
@@ -51,7 +51,6 @@ export const WebhookService = {
51
const purchase = await PurchaseCompleteRepository.createPurchaseTx(tx, {
52
user_id: userId,
53
prompt_id: prompt.prompt_id,
54
- seller_id: prompt.user_id,
55
amount: serverPrice,
56
is_free: false
57
});
0 commit comments