GeekZoneHQ / web

Software to power the Geek.Zone website and apps
http://geek.zone/web
GNU General Public License v3.0
19 stars 29 forks source link

#364 Fix donations with decimals #576

Closed Freshrojek closed 2 years ago

Freshrojek commented 2 years ago

Description

Added type fixes on getting the donation value and formatting it in a user-friendly manner

Related Issue

https://github.com/GeekZoneHQ/web/issues/364

Motivation and Context

Before, users could not donate with decimals as it would throw an error. Now Users should be able to donate any amount they want

How Has This Been Tested?

This has been tested through enabling the stripe webhook and verifying the checkout completes.

The stripe tests were run that are already built to confirm the code works

Types of changes

Checklist:

jamesgeddes commented 2 years ago

@Freshrojek Looks like you are getting failing tests mate

Freshrojek commented 2 years ago

@Freshrojek Looks like you are getting failing tests mate

* test_total_with_donation_shows_correct_amount

* test_users_with_a_donation_are_sent_to_the_correct_cancel_and_success_urls

Yup forgot to bring the tests with me :)

jamesgeddes commented 2 years ago

requires #585

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication