account fixes#1461
Conversation
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/planetapp/planet-webapp/8LPpbeKxqXP2rdJ3hwRm6gSFarph |
📝 Changed routes:
Commit b75e556 (https://planet-webapp-iayhv82ek-planetapp.vercel.app). |
| {(record?.details?.donorCertificate || | ||
| record?.details?.taxDeductibleReceipt || | ||
| record?.details?.giftCertificate) && ( | ||
| <> | ||
| <div className={styles.title}>{t('downloads')}</div> | ||
| <div className={styles.detailGrid}> | ||
| <Certificates recordDetails={record.details} /> | ||
| </div> | ||
| </> | ||
| )} |
There was a problem hiding this comment.
I tested this software with the production backend as I have a conversation donation done there. Unfortunately this of course can not solve the issue if the backend returns a link to a certificate, e.g. https://app.plant-for-the-planet.org/certificate/BYYRKSKQ4891 which then result into an error TCPDF ERROR: [Image] Unable to get the size of the image: /tmp/certyLJv9q.
|
Backend filters still do not seem to work correctly (tested on staging and production), e.g. filtering for "failed" does not show any result in the API call besides retrieving all items contains an item with I think we should clarify with the backend team once more if these filters are correctly defined: |




Uh oh!
There was an error while loading. Please reload this page.