- Nov 25, 2019
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
transaction rollback logic relied on exceptions, stripe charge function signaled failure with Either, thus stripe failues had no effect on transaction rollback
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
`catch` is not a good way to assert something is thrown
-
Jean-Paul Calderone authored
-
- Nov 22, 2019
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
- Nov 21, 2019
-
-
Jean-Paul Calderone authored
A POST to the charge endpoint is not actually a simple request according to the CORS spec but this demonstrates that the CORS middleware at least fits in place. The next step is to replace simpleCors with a policy that's compatible with use of our endpoint.
-
Jean-Paul Calderone authored
Read the integer value out of the amount string
-
- Nov 20, 2019
-
-
Jean-Paul Calderone authored
-
- Nov 19, 2019
-
-
Jean-Paul Calderone authored
Generate recognizable unpaid and double-spend responses
-
Jean-Paul Calderone authored
-
- Nov 18, 2019
-
-
Jean-Paul Calderone authored
Pass paths to secrets in commandline arguments instead of secrets
-
- Nov 08, 2019
-
-
Ramakrishnan Muthukrishnan authored
-
Ramakrishnan Muthukrishnan authored
-
- Nov 07, 2019
-
-
Ramakrishnan Muthukrishnan authored
This is to make sure that we don't leak keys in the argument and hence in logs etc.
-
- Nov 06, 2019
-
-
Jean-Paul Calderone authored
Expose a browser facing API for creating Stripe charges
-
Jean-Paul Calderone authored
When the nixpkgs revision was bumped, the stack version in use was bumped. The newer stack version uses a different cache layout and can't find any of the cached artifacts in the old cache.
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Ramakrishnan Muthukrishnan authored
let more "fixed" parameters come first and then the dynamic ones so that one can do currying with the immutable parameters applied.
-
Ramakrishnan Muthukrishnan authored
Stripe developer dashboard provides a few keys and we specifically need to use the secret key.
-
Ramakrishnan Muthukrishnan authored
-
Ramakrishnan Muthukrishnan authored
-
Ramakrishnan Muthukrishnan authored
If for "some reason" Stripe servers returned a mismatched voucher code, return http 500 status.
-
Ramakrishnan Muthukrishnan authored
-
Ramakrishnan Muthukrishnan authored
-
Ramakrishnan Muthukrishnan authored
-
- Nov 05, 2019
-
-
Jean-Paul Calderone authored
-
Ramakrishnan Muthukrishnan authored
-
Ramakrishnan Muthukrishnan authored
-
Ramakrishnan Muthukrishnan authored
-