Sponsored-by: CW MARS
Sponsored-by: NOBLE
Signed-off-by: Jason Etheridge <jason@EquinoxInitiative.org>
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
--- /dev/null
+===== Credit card payments using Stripe now implimented with PaymentIntents instead of Charges =====
+
+This changes the Stripe code in the OPAC to use their PaymentIntents and confirmCreditCard API,
+which is recommended over their Charges API. Credit card charges are no longer finalized
+(captured/confirmed) on Evergreen's backend, though the backend does check whether a payment was
+made successfully before recording it.