From 1380700b5760c501cd03e28016ea63cebb1fd809 Mon Sep 17 00:00:00 2001 From: Bill Randall Date: Tue, 8 Oct 2024 17:18:24 -0400 Subject: [PATCH 1/2] Add an email where to contact us --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b687617b5..a58390048 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ The `` element is where the branded checkout Angular app will ``` -9. If you go to this page in a browser, you should see the `` tag fill with content. There should also be no errors in the browser's console. If you see errors that appear to be caused by branded checkout please contact us. +9. If you go to this page in a browser, you should see the `` tag fill with content. There should also be no errors in the browser's console. If you see errors that appear to be caused by branded checkout please contact us at [help@cru.org](mailto:help@cru.org). ## Development From 446991547af1f0e6d829e3bf02bb27d0f4b5173e Mon Sep 17 00:00:00 2001 From: Bill Randall Date: Tue, 8 Oct 2024 17:19:50 -0400 Subject: [PATCH 2/2] Add a note about whitelisting with recaptcha --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58390048..dfad40e52 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,7 @@ The `` element is where the branded checkout Angular app will > I also need help setting up a my TSYS merchant account with the give.cru.org API to be able to proccess credit cards on my site. Can you: > - Add my TSYS device id to the give.cru.org API configuration. My device id is {{12345678901234}} and the url I would like to use for the branded checkout form is {{https://myministry.org}}. I would like to use a identifier of "{{myministry}}". (Or uniquely describe your ministry and domain if you want DPS to create the identifier. We can't have multiple sites that use the same identifier.) > - Whitelist my site {{https://myministry.org}} with TSYS so their TSEP credit card tokenization services will work on my domain. + > - Whitelist my domain {{myminisry.org}} with Recaptcha. 7. Test the subdomain configured to point to the give.cru.org API. https://brandedcheckout.myministry.org/cortex/nextdrawdate is a good test url. There should be no certificate errors and you should get a response that looks like this `{"next-draw-date":"2018-09-27"}`. If there are errors, please get in touch with ([help@cru.org](mailto:help@cru.org)) again and provide details as to what is happening. 8. Add the `` tag to a page on the domain you've configured above. You can follow the documentation above for all the possible attributes and the required style and script tags. The email conversations above should have provided the values for the `api-url` (the subdomain that has a CNAME to cortex-gateway-production-alb-425941461.us-east-1.elb.amazonaws.com) and `tsys-device` (the unique string identifier created by you or by DPS) attributes. You can add them like this: