Skip to content

Commit 49dde4e

Browse files
authored
Merge pull request #428 from PromptPlace/bug/#424
Fix: Remove seller_id in webhook transaction
2 parents 70069e6 + e5100af commit 49dde4e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/purchases/services/purchase.webhook.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ export const WebhookService = {
5151
const purchase = await PurchaseCompleteRepository.createPurchaseTx(tx, {
5252
user_id: userId,
5353
prompt_id: prompt.prompt_id,
54-
seller_id: prompt.user_id,
5554
amount: serverPrice,
5655
is_free: false
5756
});

0 commit comments

Comments
 (0)