|
|
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 |
|
|
|
379d1d1375
|
fix: add config create route back (#1559)
|
2023-06-28 21:32:59 +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 |
|
|
|
db011f3d76
|
feat(connector): Add refund and dispute webhooks for Rapyd (#1313)
|
2023-06-28 14:07:17 +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 |
|
|
|
5f83fae3c4
|
fix: add 3ds card_holder_info and 2 digit expiry year (#1560)
|
2023-06-28 13:18:34 +00:00 |
|
|
|
b4b6440a91
|
feat(connector): [Mollie] Implement Sepa Direct Debit (#1301)
|
2023-06-28 11:30:52 +00:00 |
|
|
|
dfadcd52e5
|
fix(connector): [Stripe] Fix bug in Stripe Bacs Bank Debit (#1537)
|
2023-06-28 11:30:14 +00:00 |
|
|
|
5305a7b2f8
|
feat(connector): [Payme] Add template code for Payme connector (#1486)
|
2023-06-28 11:27:20 +00:00 |
|
|
|
b1ed93468c
|
perf(logging): remove redundant heap allocation present in the logging framework (#1487)
Co-authored-by: jeeva <jeeva.ramu@codurance.com>
|
2023-06-28 09:49:11 +00:00 |
|
|
|
e6529b6a63
|
feat(connector): [Stripe] Add support for refund webhooks (#1488)
|
2023-06-28 09:05:04 +00:00 |
|
|
|
82545555d7
|
feat(connector): [Noon] add error response handling in payments response (#1494)
|
2023-06-28 09:04:54 +00:00 |
|
|
|
33309daf5c
|
feat(connector): [Adyen] Add support for Samsung Pay (#1525)
|
2023-06-28 09:04:49 +00:00 |
|
|
|
6bc4188ff9
|
fix(routes): register handler for retrieve disput evidence endpoint (#1516)
|
2023-06-28 08:42:17 +00:00 |
|
|
|
a899c97389
|
refactor(mandates): refactor mandates to check for misleading error codes in mandates (#1377)
|
2023-06-27 10:22:27 +00:00 |
|
|
|
784847b08c
|
feat(connector): Add connector cashtocode (#1429)
|
2023-06-27 09:35:23 +00:00 |
|
|
|
9969c930a9
|
fix(payment_methods): return appropriate error when basilisk locker token expires (#1517)
Co-authored-by: SamraatBansal <samraatbansal7@gmail.com>
|
2023-06-27 07:47:17 +00:00 |
|
|
|
1a8f5ff225
|
feat(router): add connector_transaction_id in payments response (#1542)
|
2023-06-27 05:51:15 +00:00 |
|
|
|
772fc84577
|
feat(router): implement PaymentMethodInterface for MockDB (#1535)
|
2023-06-26 18:30:46 +00:00 |
|
|
|
0bc1e043fe
|
fix(connector): [Bluesnap] add cardholder info in bluesnap payment request (#1540)
|
2023-06-26 12:59:16 +00:00 |
|
|
|
3e284b04b1
|
fix(connector): [Cybersource] Throw proper unauthorised message (#1529)
Co-authored-by: Abhishek Marrivagu <68317979+Abhicodes-crypto@users.noreply.github.com>
|
2023-06-26 10:44:33 +00:00 |
|
|
|
2c6cc6ab50
|
fix: invalidate all cache on invalidate cache route (#1498)
|
2023-06-26 10:43:57 +00:00 |
|
|
|
8c93904c3e
|
feat(db): implement EphemeralKeyInterface for MockDb (#1285)
|
2023-06-25 05:28:36 +00:00 |
|
|
|
9cc14b8044
|
fix(connector): [Braintree] Map SubmittedForSettlement status to Pending instead of Charged (#1508)
|
2023-06-24 10:05:27 +00:00 |
|
|
|
e296a49b62
|
fix(connector): fix url_encode issue for paypal and payu (#1534)
Co-authored-by: SamraatBansal <samraatbansal7@gmail.com>
|
2023-06-23 14:44:36 +00:00 |
|
|
|
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 |
|