Page MenuHomePhorge

--topup mode for wallet:charge
ClosedPublic

Authored by mollekopf on Tue, Oct 1, 12:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 16, 4:08 AM
Unknown Object (File)
Wed, Oct 16, 4:08 AM
Unknown Object (File)
Wed, Oct 16, 4:07 AM
Unknown Object (File)
Wed, Oct 16, 4:07 AM
Unknown Object (File)
Wed, Oct 16, 3:46 AM
Unknown Object (File)
Tue, Oct 15, 1:08 PM
Unknown Object (File)
Mon, Oct 14, 5:30 AM
Unknown Object (File)
Sun, Oct 13, 1:12 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.