Skip to content

feat(recurring): add amend_recurring — update amount or interval#368

Open
Leothosine wants to merge 2 commits into
Lead-Studios:mainfrom
Leothosine:feat/issue-192-amend-recurring
Open

feat(recurring): add amend_recurring — update amount or interval#368
Leothosine wants to merge 2 commits into
Lead-Studios:mainfrom
Leothosine:feat/issue-192-amend-recurring

Conversation

@Leothosine
Copy link
Copy Markdown

Summary

Adds amend_recurring to allow the payer to update the amount or interval of an active recurring payment without cancelling and recreating it.

Changes

  • Add amend_recurring(e, caller, recurring_id, new_amount, new_interval)
  • Validates payer auth, active status, positive amount, and interval >= 1
  • Emits recurring_amended event
  • Expose in contract.rs

closes #192

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 30, 2026

@Leothosine Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: add recurring payment amendment — allow payer to update amount or interval

1 participant