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

fix: resolve error invalid integer due to application fee amount #4220

Closed
7 of 9 tasks
mehul0810 opened this issue Aug 7, 2019 · 0 comments · Fixed by #4223
Closed
7 of 9 tasks

fix: resolve error invalid integer due to application fee amount #4220

mehul0810 opened this issue Aug 7, 2019 · 0 comments · Fixed by #4223
Assignees

Comments

@mehul0810
Copy link
Contributor

mehul0810 commented Aug 7, 2019

Bug Report

User Story

As a user, I want to process the donations properly with Stripe so that it will be consistent user experience.

Current Behavior

Currently, with amount $13.24 and other such amount I get an error logged "Invalid Integer"

Expected Behavior

I expect it to work properly with any donation amount.

Bug Type

  • This bug describes functionality that once worked as expected in version X.X.X.
  • This bug describes functionality that never worked as expected.
  • I am not sure whether this functionality ever worked as expected.

Steps to Reproduce

  1. Stripe Free + Fee Recovery
  2. Create one time donation where anything other than an even dollar is collected.
  3. Check logs for error about invalid integer."

Acceptance Criteria

  • Reproduce the issue
  • Research and find the cause of the issue
  • Fix the issue
  • Add couple of unit tests related to this issue so that we can avoid it with unit tests.
  • Testing with Stripe CC
  • Testing with Stripe Checkout
@mehul0810 mehul0810 self-assigned this Aug 7, 2019
DevinWalker added a commit that referenced this issue Aug 7, 2019
fix: resolve error invalid integer due to application fee amount #4220
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 a pull request may close this issue.

1 participant