Question Maximum earned is maximum balance?

Status
Not open for further replies.

etrd

Customer
We have maximum earned enabled and it seems like it's working at first.

But somehow it checks for the total balance instead of the events/transactions. Our members could still earn credits beyond the maximum earned limit as long as they spend their credits and maintain their balance well below the max earned limit.
 
No, the balance is not checked in any part of the "maximum earned" check.

Here's an example query:
SQL:
SELECT SUM(
    IF(currency_id = 1
        AND transaction_state IN ('visible', 'moderated') AND dateline >= 1670248636,
    amount,
    0)
) AS earned
FROM xf_dbtech_credits_transaction
WHERE negate = 0
    AND user_id = 1
 
Hmmm, but that's what happened. Would you mind confirming it on your end by recreating it. Earn up to the max limit then spend your credits to go below the limit then try earning it again and see if you could still earn.
 
I currently use these settings on my test board:
1670854611824.png

I have this amount of credits:
1670854630217.png

I then posted in a thread:
1670854701642.png

There are no skipped transaction entries in the transaction log:
1670854730498.png

If this is not the correct way to test this, could you please specify the exact setup I need?
 
Hello @etrd,

We hope your ticket regarding DragonByte Credits has been addressed to your satisfaction. This ticket has now been scheduled to be closed.

If your ticket has not been resolved, you can reply to this thread at any point in the next 7 days in order to reopen the ticket, afterwards this thread will be closed.

Please do not reply to this thread if your ticket has been resolved.

Thank you.


- DragonByte Technologies, Ltd.
 
Hello @etrd,

As we have not heard back from you, your ticket regarding DragonByte Credits has now been closed.

If your ticket has not been resolved, please feel free to start a new support ticket and link back to this ticket.

If you have time, please leave a review on XenForo.com's Resource Manager.

Thank you.


- DragonByte Technologies, Ltd.
 
Status
Not open for further replies.

DragonByte Credits

XenForo 1.5.3+ XenForo 2.0.x XenForo 2.1.x XenForo 2.2.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
4,435
Customer rating
5.00 star(s) 5 ratings
Top