Page MenuHomePhorge

--topup mode for wallet:charge
ClosedPublic

Authored by mollekopf on Oct 1 2024, 12:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jan 28, 5:03 AM
Unknown Object (File)
Sun, Jan 26, 6:17 PM
Unknown Object (File)
Sun, Jan 26, 7:25 AM
Unknown Object (File)
Sun, Jan 26, 4:52 AM
Unknown Object (File)
Fri, Jan 24, 2:55 PM
Unknown Object (File)
Fri, Jan 24, 1:43 PM
Unknown Object (File)
Thu, Jan 23, 1:51 PM
Unknown Object (File)
Jan 6 2025, 3:16 PM
Subscribers

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.