Page MenuHomePhorge

--topup mode for wallet:charge
ClosedPublic

Authored by mollekopf on Tue, Oct 1, 12:59 PM.
Tags
None
Referenced Files
F15953313: D4971.id14232.diff
Wed, Oct 9, 5:15 PM
F15928206: D4971.id14235.diff
Tue, Oct 8, 10:17 PM
Unknown Object (File)
Tue, Oct 8, 5:09 PM
Unknown Object (File)
Mon, Oct 7, 10:16 AM
Unknown Object (File)
Mon, Oct 7, 6:33 AM
Unknown Object (File)
Sun, Oct 6, 6:59 AM
Unknown Object (File)
Sat, Oct 5, 4:17 PM
Unknown Object (File)
Fri, Oct 4, 11:45 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.Tue, Oct 1, 1:01 PM
machniak requested changes to this revision.Tue, Oct 1, 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.Tue, Oct 1, 1:40 PM

Addressed comments, avoid using the magic 51 status

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