551 Commits

Author SHA1 Message Date
60e15ddabb feat(connector): [Opayo] Add script generated template code (#1295)
Co-authored-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
2023-06-30 04:58:30 +00:00
041ecbbcf3 test(connector): [Shift4] Add tests for 3DS and Bank Redirect (#1250)
Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com>
2023-06-28 17:40:44 +00:00
c5ff6ed45b test(connector): Add tests for Globalpay and Bluesnap (#1281)
Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
Co-authored-by: AkshayaFoiger <akshaya.shankar@juspay.in>
Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com>
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-06-28 17:40:14 +00:00
9ea9e5523b test(connector): [Mollie] Add tests for PayPal, Sofort, Ideal, Giropay and EPS (#1246)
Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com>
2023-06-28 13:55:31 +00:00
3cd474604d chore(connector): [Payme] disable payme connector in code (#1561) 2023-06-28 13:27:10 +00:00
295d41abba test(connector): [Bambora] Add tests for 3DS (#1254)
Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com>
2023-06-28 13:26:55 +00:00
eddcc3455b test(connector): [Adyen] Add test for bank debits, bank redirects, and wallets (#1260)
Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com>
2023-06-28 13:26:52 +00:00
218803aaa7 test(connector): [Checkout] Add tests for 3DS and Gpay (#1267)
Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com>
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
2023-06-28 13:26:49 +00:00
5305a7b2f8 feat(connector): [Payme] Add template code for Payme connector (#1486) 2023-06-28 11:27:20 +00:00
784847b08c feat(connector): Add connector cashtocode (#1429) 2023-06-27 09:35:23 +00:00
d321aa1f72 feat: fetch merchant key store only once per session (#1400)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-06-22 09:10:28 +00:00
21f2ccd47c feat(router): add route to invalidate cache entry (#1100)
Co-authored-by: jeeva <jeeva.ramu@codurance.com>
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-06-21 07:40:03 +00:00
6114fb6340 refactor(core): move update trackers after build request (#1472) 2023-06-19 07:34:45 +00:00
6e581c6060 fix(connector): [Adyen] fix unit test (#1469) 2023-06-17 11:08:13 +00:00
016857fff0 fix(connector): fix for sending refund_amount in connectors refund request (#1278)
Co-authored-by: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com>
2023-06-15 08:36:27 +00:00
71c0d4c500 test(connector): [Globalpay] Fix unit tests (#1217)
Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
2023-06-15 07:19:07 +00:00
913b833117 feat(order_details): Adding order_details both inside and outside of metadata, in payments request, for backward compatibility (#1344)
Co-authored-by: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com>
2023-06-14 16:42:33 +00:00
4a8de7741d fix(connector): [Bluesnap] Throw proper error message for redirection scenario (#1367)
Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
Co-authored-by: Prasunna Soppa <prasunna.soppa@juspay.in>
2023-06-09 14:08:28 +00:00
638fc42217 ci: update versions of actions (#1388) 2023-06-09 07:48:42 +00:00
11a827a76d feat(payment): customer ip field inclusion (#1370)
Co-authored-by: shashank_attarde <shashank.attarde@juspay.in>
2023-06-09 12:30:39 +05:30
ba8a17d66f feat(connector): [Noon] Add Card Mandates and Webhooks Support (#1243)
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-06-05 09:36:59 +00:00
d9a16ed5ab test(selenium): read config from CONNECTOR_AUTH_FILE_PATH environment variable and fix bugs in UI tests (#1225)
Co-authored-by: AkshayaFoiger <akshaya.shankar@juspay.in>
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-06-05 07:30:00 +00:00
2ede8ade8c refactor(connector): update error handling for Nexinets, Cybersource (#1151)
Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
2023-05-29 21:48:35 +00:00
597ec16907 revert(order_details): revert back order_details to be an object, and removing meta_data from PaymentIntent (#1279) 2023-05-26 13:19:33 +05:30
27610361b9 feat(connector): [Noon] Add Card Payments, Capture, Void and Refund (#1207) 2023-05-23 11:05:39 +00:00
ea6bce663d test(connector): [Stripe] Fix redirection UI tests (#1215) 2023-05-23 10:41:45 +00:00
2809425154 refactor: use strum::EnumString implementation for connector name conversions (#1052)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-05-19 12:37:48 +00:00
23bca66b81 feat: ACH transfers (#905) 2023-05-19 09:44:29 +00:00
2d49ce56de feat(connector): [Authorizedotnet] implement Capture flow and webhooks for Authorizedotnet (#1171)
Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
Co-authored-by: Jagan <jaganelavarasan@gmail.com>
2023-05-18 14:41:52 +00:00
bfaf75fca3 feat(connector): [Noon] Add script generated template code (#1164) 2023-05-16 10:50:39 +00:00
e044c2fd9a refactor(connector): update error handling for Paypal, Checkout, Mollie to include detailed messages (#1150) 2023-05-16 07:59:05 +00:00
60e8c7317a feat(payment_request): add field amount to OrderDetails and make order_details a Vec in payments_create request (#964) 2023-05-15 09:15:32 +00:00
8a35f7c926 feat(connector): add multiple dummy connectors and enable them (#1147) 2023-05-13 10:05:20 +00:00
2932a5f0ff fix(connector): [Adyen] fix status mapping for Adyen authorize, capture, refund API (#1149) 2023-05-13 09:58:34 +00:00
baf5fd91cf feat(connector): add connector nmi with card, applepay and googlepay support (#771)
Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
Co-authored-by: ShashiKant <shashitnak@gmail.com>
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
Co-authored-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
2023-05-11 11:17:00 +00:00
f70f10aac5 feat(connector): [bitpay] Add new crypto connector bitpay & testcases for all crypto connectors (#919)
Co-authored-by: arvindpatel24 <arvind.patel@juspay.in>
2023-05-11 11:06:47 +00:00
a2527b5b2a feat(connector): [Iatapay] Implement AccessTokenAuth, Authorize, PSync, Refund, RSync and testcases (#1034)
Co-authored-by: arvindpatel24 <arvind.patel@juspay.in>
Co-authored-by: Anji Reddy <anji.reddy@juspay.in>
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-05-11 08:37:05 +00:00
83e1f2ce24 ci(connector-sanity-tests): fix no tests being run (#1106)
Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com>
2023-05-10 11:51:27 +00:00
2ab7f83103 fix(tests): Remove ui tests from ci pipeline (#1082) 2023-05-09 19:55:37 +00:00
d6e71b959d feat(cards): add credit card number validation (#889)
Co-authored-by: Sanchith Hegde <sanchith.hegde@juspay.in>
2023-05-09 14:30:50 +00:00
4403634dda feat(connector): Mandates for alternate payment methods via Adyen (#1046)
Co-authored-by: Manoj Ghorela <manoj.ghorela@juspay.in>
2023-05-09 14:19:55 +00:00
64721b80ae feat(connector): Mandates for alternate payment methods via Stripe (#1041)
Co-authored-by: Manoj Ghorela <manoj.ghorela@juspay.in>
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
2023-05-08 13:38:15 +00:00
3131bc84af fix(connector) : [worldline] fix worldline unit test (#1054) 2023-05-05 14:21:04 +00:00
3d05e50abc fix: impl Drop for RedisConnectionPool (#1051) 2023-05-04 14:01:33 +00:00
e5cc0d9d45 feat(connector): add dummy connector template code (#970) 2023-05-04 13:59:59 +00:00
b8e2b1c5f4 refactor: use newtype pattern for email addresses (#819)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-05-04 13:58:20 +00:00
f0464bc4f5 feat(connector): add authorize, capture, void, psync, refund, rsync for Forte connector (#955)
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-05-04 13:52:28 +00:00
ed99655ebc feat: PG Agnostic mandate using network_txns_id (Adyen, Authorizedotnet, Stripe) (#855)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-05-03 10:18:51 +00:00
eea05f5c31 feat(connector) : add Cards(3ds & non3ds),bank_redirects ,wallets(Paypal,Applepay) and Mandates support to nexinets (#898)
Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
Co-authored-by: Arjun Karthik <m.arjunkarthik@gmail.com>
2023-05-03 08:17:42 +00:00
2cff019a1b refactor: use CountryAlpha2 instead of CountryCode for country codes (#904) 2023-05-03 08:16:41 +00:00