790 Commits

Author SHA1 Message Date
98e73e2e90 chore(common_utils): Apply the new type pattern for phone numbers (#1286)
Co-authored-by: rishavkar <73836104+rishavkar@users.noreply.github.com>
Co-authored-by: Sampras Lopes <lsampras@protonmail.com>
2023-06-16 17:45:10 +00:00
495a98f045 fix(currency): add RON and TRY currencies (#1455)
Co-authored-by: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com>
2023-06-16 17:01:32 +00:00
d8adf4c2b5 refactor(process_tracker): attempt to identify unintended 5xx in process_tracker (#1359) 2023-06-16 15:45:25 +00:00
d3a69060b4 refactor(fix): [Adyen] Fix bug in Adyen (#1375)
Co-authored-by: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com>
Co-authored-by: Prasunna Soppa <70575890+prasunna09@users.noreply.github.com>
2023-06-16 14:44:24 +00:00
6c818ef336 fix(connector): [Adyen] fix charged status for Auto capture payment (#1462) 2023-06-16 14:43:43 +00:00
cff1ce61f0 refactor(core): accept customer data in customer object (#1447)
Co-authored-by: Abhishek Marrivagu <68317979+Abhicodes-crypto@users.noreply.github.com>
2023-06-16 13:25:01 +00:00
3ef1d2935e fix(connector): implement ConnectorErrorExt for error_stack::Result<T, ConnectorError> (#1382)
Co-authored-by: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com>
2023-06-16 13:21:29 +00:00
a7ac4af5d9 fix(router): fix payment status updation for 2xx error responses (#1457) 2023-06-16 12:08:25 +00:00
3a225b2118 feat(connector): [Zen] add google pay redirect flow support (#1454) 2023-06-16 09:06:21 +00:00
1616051145 refactor(auth_type): updated auth type in update tracker and also changed the default flow to non-3ds from 3ds (#1424) 2023-06-16 08:51:27 +00:00
3645c49b38 fix(connector): use reference as payment_id in trustpay (#1444) 2023-06-15 12:21:38 +00:00
8ebcc1ce39 feat(connector): [Noon] Add GooglePay, ApplePay, PayPal Support (#1450) 2023-06-15 11:39:18 +00:00
c42b436abe fix(stripe): fix logs on stripe connector integration (#1448) 2023-06-15 10:10:30 +00:00
6c0d136cee refactor(api_models): follow naming convention for wallets & paylater payment method data enums (#1338)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
2023-06-15 08:37:31 +00:00
a8f2494a87 fix(api_models): fix bank namings (#1315) 2023-06-15 08:36:41 +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
1e5d2a28f6 refactor(router): send 200 response for 5xx status codes received from connector (#1440) 2023-06-15 08:10:59 +00:00
cf64862dac refactor(payments): attempt to address unintended 5xx and 4xx in payments (#1376) 2023-06-15 07:50:48 +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
5bc1aaba59 fix(core): fix amount capturable in payments response (#1437) 2023-06-15 06:43:09 +00:00
7db94a6208 fix(connector): fix trustpay error response for transaction status api (#1445) 2023-06-15 06:32:18 +00:00
2c1dcff046 fix(connector): [Shift4] validate pretask for threeds cards (#1428)
Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
Co-authored-by: SamraatBansal <55536657+SamraatBansal@users.noreply.github.com>
2023-06-15 06:04:59 +00:00
1691beacc3 fix(connector): [Shift4]Add Refund webhooks (#1307)
Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
Co-authored-by: Prasunna Soppa <70575890+prasunna09@users.noreply.github.com>
2023-06-15 06:04:53 +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
92c822257e fix(connector): [Bluesnap] fix expiry year (#1426) 2023-06-14 14:32:17 +00:00
8a4f4a4c30 fix(connector): [Zen][ACI] Error handling and Mapping (#1436) 2023-06-14 14:31:03 +00:00
4626ad1707 refactor(fix): [DLocal] Fix bug in DLocal (#1423)
Co-authored-by: Prasunna Soppa <70575890+prasunna09@users.noreply.github.com>
2023-06-14 13:09:42 +00:00
e48202e0a0 refactor(fix): [Stripe] Fix bug in Stripe (#1412)
Co-authored-by: Jagan Elavarasan <jaganelavarasan@gmail.com>
Co-authored-by: Prasunna Soppa <70575890+prasunna09@users.noreply.github.com>
2023-06-14 13:08:54 +00:00
1e61f396bd feat(connector): add request & response logs for top 4 connector (#1427) 2023-06-14 13:07:44 +00:00
96c5efea2b feat(response-log): add logging to the response (#1433) 2023-06-14 13:07:17 +00:00
c9b400e186 refactor(disputes): resolve incorrect 5xx error mappings for disputes (#1360)
Co-authored-by: Kritik Modi <61862301+kritikmodi@users.noreply.github.com>
Co-authored-by: kritikmodi <kritik.modi@juspay.in>
Co-authored-by: Sai Harsha Vardhan <56996463+sai-harsha-vardhan@users.noreply.github.com>
2023-06-14 13:01:31 +00:00
5535159d5c feat(connector): mask pii information in connector request and response for stripe, bluesnap, checkout, zen (#1435) 2023-06-14 12:13:27 +00:00
fda3fb4d2b feat(router): add caching for MerchantKeyStore (#1409) 2023-06-14 10:00:44 +00:00
6563587564 fix(core): return an empty array when the customer does not have any payment methods (#1431)
Co-authored-by: ItsMeShashank <shashank.attarde@juspay.in>
2023-06-14 09:42:56 +00:00
d091549576 refactor(compatibility, connector): add holder name and change trust pay merchant_ref id to payment_id 2023-06-13 20:13:26 +05:30
a1a009d796 refactor(router): infer ip address for online mandates from request headers if absent (#1419) 2023-06-13 09:47:46 +00:00
b002c97c9c feat(db): implement MerchantConnectorAccountInterface for MockDb (#1248)
Co-authored-by: jeeva <jeeva.ramu@codurance.com>
2023-06-12 14:34:30 +00:00
c596d121a8 fix(router): [Trustpay] fix email & user-agent information as mandatory fields in trustpay card payment request (#1418) 2023-06-12 14:24:17 +00:00
7ef011ad73 fix(router): [Trustpay] fix email & user-agent information as mandatory fields in trustpay card payment request (#1414) 2023-06-12 13:18:46 +00:00
301c3dc44b fix(connector): [coinbase][opennode][bitpay] handle error response (#1406)
Co-authored-by: arvindpatel24 <arvind.patel@juspay.in>
2023-06-12 12:47:34 +00:00
de2a6e86d7 feat(compatibility): add receipt_ipaddress and user_agent in stripe compatibility (#1417) 2023-06-12 18:21:08 +05:30
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
86f679abc1 fix: update customer data if passed in payments (#1402) 2023-06-09 13:32:45 +00:00
fbaecdc352 feat(router): [Bluesnap] add kount frms session_id support for bluesnap connector (#1403) 2023-06-09 12:20:35 +00:00
8497c55283 fix: certificate decode failed when creating the session token for applepay (#1385) 2023-06-09 09:32:17 +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
795500797d fix(connector): [Zen] fix additional base url required for Zen apple pay checkout integration (#1394) 2023-06-08 19:37:30 +00:00
0ca69e6065 fix: revert session flow for Apple Pay trustpay (#1393) 2023-06-08 22:15:21 +05:30
7933e98c8c feat(router): add mandate connector to payment data (#1392) 2023-06-08 15:02:13 +00:00