Page MenuHomePhorge

Trigger auto-payment immediately after configuration
ClosedPublic

Authored by machniak on Nov 30 2020, 11:29 AM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 25 2024, 12:00 AM
Unknown Object (File)
Feb 21 2024, 5:55 PM
Unknown Object (File)
Feb 15 2024, 1:06 AM
Unknown Object (File)
Jan 20 2024, 9:49 PM
Unknown Object (File)
Dec 31 2023, 2:26 AM
Unknown Object (File)
Dec 30 2023, 6:33 AM
Unknown Object (File)
Dec 22 2023, 7:29 AM
Unknown Object (File)
Dec 12 2023, 8:55 PM
Subscribers
Restricted Project

Details

Reviewers
vanmeeuwen
Group Reviewers
Restricted Project
Commits
rK30c257e29316: Trigger auto-payment immediately after configuration
Summary

TODO: The same for Stripe

Test Plan

./phpunit

Diff Detail

Repository
rK kolab
Branch
dev/auto-payment-with-top-up
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 32035
Build 12256: arc lint + arc unit

Event Timeline

machniak created this revision.
  • Stripe: Trigger auto-payment immediately after setup
vanmeeuwen subscribed.
vanmeeuwen added inline comments.
src/app/Http/Controllers/API/V4/PaymentsController.php
62

Let's make this "balance less than or equal to", since users expect their "this account balance lasts you until $date" to change along with the payment setup.

This revision now requires changes to proceed.Dec 8 2020, 10:17 AM
  • De-duplicate mandate input validation code
  • Top up the wallet whn the balance is below the threshold (not 0)
This revision is now accepted and ready to land.Dec 16 2020, 8:29 AM
This revision was automatically updated to reflect the committed changes.