-
Notifications
You must be signed in to change notification settings - Fork 85
Closed
Labels
Description
Problem
stripity_stripe has stopped using DateTime and instead now relies on integer unix timestamps only. Our StripeTesting module, located in various files under lib/code_corps/stripe_testing should also stop using DateTime.
This will also allow us to remove the method signature for stringify_keys from MapUtils.
Subtasks
- Go through
lib/code_coprs/stripe_testingand replace all instances ofDateTime.from_unix(integer_value)to just plaininteger_value - Remove
defp stringify_keys(%DateTime{} = val), do: valfrom lib/code_corps/map_utils - Make sure tests still pass