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

SP-23 autoRedirect should set the value on the invoice #99

Merged
merged 1 commit into from
Aug 3, 2022

Conversation

bobbrodie
Copy link
Contributor

Overview

The autoRedirect property on an Invoice was being ignored due to the @JsonIgnore annotation. We've removed the annotation and mapped it to a property so that it can be used, then tested the following scenarios:

  1. autoRedirect: true, redirectUrl supplied
  2. autoRedirect: false
  3. autoRedirect: true, redirectUrl not supplied

@shadkamtn shadkamtn merged commit 8b020b5 into bitpay:master Aug 3, 2022
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.

2 participants