Benjamin Piouffle

Results 490 issues of Benjamin Piouffle

This is currently prevented by the way the Add Funds modal works, requiring you to provide a collective before you open the modal to decide which fields should be displayed.

complexity → medium
frontend
design

- [x] Put deployment in maintenance mode (to ensures there's no side-effects) - [ ] Remove service from Heroku - [ ] Remove references from API - [ ] Remove...

pdf

cc @shannondwray

api
frontend

Extracted from https://github.com/opencollective/opencollective/issues/7943

From OSC: > We need the ability to add a reimbursement expense to a collective without the warning to upload a receipt. Our workaround now is to create them as...

api
frontend

In the contribution flow, when dealing with taxes, we use https://wtfismyip.com/json to guess users' countries, to automatically set the right tax. This: - Is not great for privacy (we're sharing...

privacy
frontend

The payment method surfaced on PDF receipt when adding funds from the host is not, as per feedback, meaningful: > FYI the payment method on donation receipts added from bank...

pdf

Part of https://github.com/opencollective/opencollective/issues/1451 Work started in https://github.com/opencollective/opencollective-frontend/pull/10054

enhancement

`processPendingOrder` is not locking the order, occasionally resulting in duplicate transactions. We should also add a test for it, similar to what exists for expenses in https://github.com/opencollective/opencollective-api/blob/4a10de008179f680e45d03141f49c2d1060af1e3/test/server/graphql/v2/mutation/ExpenseMutations.test.js#L4016.

complexity → simple
api