Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement recurring payments #1909

Merged
merged 9 commits into from
Apr 3, 2024
Merged

Conversation

ScottDormand96
Copy link
Collaborator

Setup recurring payments job

Setup recurring payments job
@ScottDormand96 ScottDormand96 added the enhancement New feature or request label Feb 20, 2024
@lailien3 lailien3 added enhancement New feature or request and removed enhancement New feature or request labels Feb 21, 2024
@ScottDormand96 ScottDormand96 added the enhancement New feature or request label Mar 20, 2024
Copy link
Collaborator

@jaucourt jaucourt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One last thing, plus did you create the ticket I asked about here: #1909 (comment)?

/**
* Process a recurring payment instruction
* @param transactionRecord
* @returns {Promise<{recurringPayment: null}>}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't quite what I said. In the @returns comment, you're specifying the type of the return value. What you're saying here is that it returns a Promise that resolves to an object with the key recurringPayment that is always null.

Copy link

@ScottDormand96 ScottDormand96 merged commit 64d247e into develop Apr 3, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants