discourse-subscriptions/spec
Blake Erickson 46759c90cd
FIX: Duplicate payments showing up in discourse UI (#118)
Duplicate payments were showing up in the discourse ui for users. Actual
transactions in stripe were not being duplicated. This fix ensures that
when parsing the api response we don't append any duplicates. Added a
duplicate entry to the specs to test for this.

I do think there can be some improvements made to this controller
endpoint, but I'd like to save those for a different and larger PR and
just get this fix out first.
2022-05-17 09:22:42 -06:00
..
fabricators REFACTOR: Use models to store data (#11) 2020-05-22 11:20:05 -05:00
jobs DEV: execute campaign refresh job only if stripe is configured. (#108) 2022-02-04 11:06:40 +05:30
models name space module 2019-12-04 11:23:45 +11:00
requests FIX: Duplicate payments showing up in discourse UI (#118) 2022-05-17 09:22:42 -06:00
serializers FEATURE: Show/hide campaign banner with goal status (#85) 2021-07-15 15:05:27 -05:00
services FIX: Exclude blocked charges in campaign total (#96) 2021-11-25 08:11:52 -07:00
plugin_helper.rb fix path to fabricators 2019-12-03 11:01:44 +11:00