Page MenuHomePhorge

--topup mode for wallet:charge
ClosedPublic

Authored by mollekopf on Oct 1 2024, 12:59 PM.

Details

Reviewers
machniak
Group Reviewers
Restricted Project
Commits
rK34e0a99f37a5: --topup mode for wallet:charge
Summary

This mode just finds wallets that need a topup, and triggers a
WalletCharge job for them.

Diff Detail

Repository
rK kolab
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

mollekopf created this revision.
mollekopf added a reviewer: Restricted Project.Oct 1 2024, 1:01 PM
machniak requested changes to this revision.Oct 1 2024, 1:40 PM
machniak subscribed.
machniak added inline comments.
src/app/Console/Commands/Wallet/ChargeCommand.php
71

With --dry-run we should probably just print the wallet ID and not log anything. Also, the option is --dry-run not --dry.

This revision now requires changes to proceed.Oct 1 2024, 1:40 PM

Addressed comments, avoid using the magic 51 status

This revision is now accepted and ready to land.Oct 1 2024, 2:13 PM
This revision was automatically updated to reflect the committed changes.