834 Commits

Author SHA1 Message Date
692d370497 fix(connector): [TrustPay] change the request encoding (#1530) 2023-06-23 13:08:08 +00:00
ff17b62dc2 refactor(refunds): refactor refunds create to check for unintended 5xx (#1332)
Co-authored-by: Nitesh Balla <nitesh.balla@juspay.in>
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
2023-06-23 10:16:18 +00:00
6ec6272f2a fix(compatibility): Add metadata object in both payment_intent and setup_intent request (#1519)
Co-authored-by: Sahkal Poddar <sahkal.poddar@juspay.in>
Co-authored-by: Abhishek Marrivagu <68317979+Abhicodes-crypto@users.noreply.github.com>
2023-06-22 16:03:20 +00:00
0c8624334c refactor: add serde rename_all for refund enums (#1520) 2023-06-22 14:56:07 +00:00
1da411e67a fix(errors): use format!() for RefundNotPossibleError (#1518) 2023-06-22 20:32:01 +05:30
efe1ed9b77 fix(connector): [Trustpay] handle errors fields as optional in TrustpayErrorResponse object (#1514) 2023-06-22 13:39:39 +00:00
4a047ce133 fix(connector): Convert state of US and CA in ISO format for cybersource connector (#1506) 2023-06-22 13:10:02 +00:00
10691728d2 refactor(core): rename MandateTxnType to MandateTransactionType (#1322) 2023-06-22 11:39:22 +00:00
cf72dcdbb6 fix(connector): [ACI] fix cancel and refund request encoder (#1507) 2023-06-22 11:10:10 +00:00
69e9e518f4 feat: add default pm_filters (#1493)
Co-authored-by: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com>
2023-06-22 09:54:34 +00:00
e575fde6dc feat(connector): enforce logging for connector requests (#1467)
Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
Co-authored-by: Chethan <chethan.rao@juspay.in>
Co-authored-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
Co-authored-by: hrithikesh026 <hrithikeshmylatty@gmail.com>
Co-authored-by: Shankar Singh C <shankar.singh@juspay.in>
Co-authored-by: Prasunna Soppa <prasunna.soppa@juspay.in>
2023-06-22 09:38:32 +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
957d5e0f62 refactor(fix): [Stripe] Fix bug in Stripe (#1505) 2023-06-22 08:41:03 +00:00
b45231468d fix(update_trackers): handle preprocessing steps status update (#1496)
Co-authored-by: Sangamesh <sangamesh.kulkarni@juspay.in>
2023-06-22 03:52:09 +00:00
424e77c912 fix(process_tracker): log and ignore the duplicate entry error (#1502) 2023-06-21 16:01:52 +00:00
6944415da1 fix: add requires_customer_action status to payment confirm (#1500) 2023-06-21 21:32:33 +05:30
6645c4d123 fix(connector): [DummyConnector] change dummy connector names (#1328) 2023-06-21 11:52:06 +00:00
b0c103a193 fix(encryption): do not log encrypted binary data (#1352) 2023-06-21 09:08:46 +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
2b71d4d8c4 fix(payments): fix client secret parsing (#1358) 2023-06-21 06:46:17 +00:00
2fdd14c382 fix(connector): [NMI] Fix Psync flow (#1474) 2023-06-20 13:59:04 +00:00
38b9e59b75 fix(core): payment_method_type not set in the payment attempt when making a recurring mandate payment (#1415)
Co-authored-by: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com>
2023-06-20 13:58:44 +00:00
c40617aea6 fix(core): add validation for card expiry month, expiry year and card cvc (#1416) 2023-06-20 09:43:57 +00:00
1d216db5ce fix(connector): [Trustpay] add reason to all the error responses (#1482) 2023-06-20 09:23:50 +00:00
8198559966 refactor: make bank names optional in payment method data (#1483) 2023-06-20 09:17:54 +00:00
ecf16b0c74 fix(connector): [Trustpay] add missing failure status (#1485) 2023-06-20 15:30:37 +05:30
02a3ce74b8 refactor(errors): refactor actix_web::ResponseError for ApiErrorResponse (#1362) 2023-06-20 07:23:46 +00:00
5d515050cf refactor(errors): remove RedisErrorExt (#1389) 2023-06-20 06:46:32 +00:00
8fffc161ea refactor(core): update trackers for preprocessing steps (#1481) 2023-06-20 06:15:48 +00:00
3e64321bfd feat(compatibility): Wallet support compatibility layer (#1214)
Co-authored-by: Sarthak Soni <sarthak.soni@juspay.in>
Co-authored-by: Abhishek Marrivagu <68317979+Abhicodes-crypto@users.noreply.github.com>
2023-06-19 13:11:13 +00:00
76cb15e01d fix(core): save payment_method_type when creating a record in the payment_method table (#1378) 2023-06-19 12:09:21 +00:00
b44f35d4d9 fix(connector): [Shift4] Fix incorrect deserialization of webhook event type (#1463)
Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
2023-06-19 09:54:37 +00:00
0fdd6ecd4a chore(migrations): shrink merchant_id column of merchant_key_store to 64 characters (#1476) 2023-06-19 08:49:02 +00:00
7ca62d3c7c fix(connector): [Zen] Convert the amount to base denomination in order_details (#1477) 2023-06-19 08:39:40 +00:00
96c71e1b1b feat(response-log): add logging to the response for stripe compatibility layer (#1470)
Co-authored-by: SamraatBansal <samraatbansal7@gmail.com>
2023-06-19 08:28:26 +00:00
6114fb6340 refactor(core): move update trackers after build request (#1472) 2023-06-19 07:34:45 +00:00
1b2841be59 fix(connector): [Airwallex] Fix refunds (#1468)
Co-authored-by: SamraatBansal <samraatbansal7@gmail.com>
2023-06-19 06:57:20 +00:00
17640858ea fix: fix some fields not being updated during payments create, update and confirm (#1451)
Co-authored-by: Narayan Bhat <narayan.bhat@juspay.in>
2023-06-19 05:10:30 +00:00
8032e0290b feat: applepay through trustpay (#1422)
Co-authored-by: dracarys18 <karthikey.hegde@juspay.in>
2023-06-18 15:06:57 +00:00
641995371d refactor(payments): add udf field and remove refactor metadata (#1466) 2023-06-18 14:18:14 +00:00
8d2057844e refactor(mca): use separate struct for connector metadata (#1465) 2023-06-17 15:02:13 +00:00
6e581c6060 fix(connector): [Adyen] fix unit test (#1469) 2023-06-17 11:08:13 +00:00
2555c37ada feat(db): implement MandateInterface for MockDb (#1387) 2023-06-17 08:01:23 +00:00
49d5ad7b3c feat: add new error response for 403 (#1330)
Co-authored-by: harsh_sharma_juspay <harsh.sharma@juspay.in>
Co-authored-by: Sampras Lopes <lsampras@protonmail.com>
2023-06-17 07:36:26 +00:00
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