Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/v1.2.0 #109

Closed
wants to merge 49 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
3d01dfa
Merge pull request #86 from mollie/chore/remove-package-lock
NghiaDTr Oct 16, 2024
4cac30d
MOL-524: adjust getCountryCode for list payment methods
tdang1-shopmacher Oct 17, 2024
7874080
MOL-524: adjust getCountryCode for list payment methods
tdang1-shopmacher Oct 17, 2024
10df4da
MOL-524: adjust getCountryCode for list payment methods
tdang1-shopmacher Oct 17, 2024
53ffcfd
Merge pull request #87 from mollie/bugfix/MOL-542
tdang1-shopmacher Oct 17, 2024
e1d448d
MOL-440/MOL-542 + MOL-440/MOL-545: fix name in CA changeable + card c…
tdang1-shopmacher Oct 17, 2024
2339112
MOL-440/MOL-542 + MOL-440/MOL-545: update test cases
tdang1-shopmacher Oct 17, 2024
7e7a786
MOL-440/MOL-542 + MOL-440/MOL-545: update test cases
tdang1-shopmacher Oct 17, 2024
7997af0
Merge pull request #88 from mollie/bugfix/MOL-542
tdang1-shopmacher Oct 17, 2024
a80e264
MOL-477: Add Cypress test + Fix bugs
NghiaDTr Oct 17, 2024
d7db056
Merge branch 'develop' of github.com:mollie/commercetools-connector i…
NghiaDTr Oct 17, 2024
1e93b20
Remove debug log
NghiaDTr Oct 17, 2024
0a8c3d5
Merge pull request #89 from mollie/feature/MOL-477/PICT-257
NghiaDTr Oct 17, 2024
44c784b
MOL-386/MOL-387: add line items for createPayment request
tdang1-shopmacher Oct 17, 2024
403f366
Merge pull request #90 from mollie/feature/MOL-386/PICT-245_add-line-…
tdang1-shopmacher Oct 18, 2024
40fb98a
MOL-451: CA - Surcharge transaction cost
NghiaDTr Nov 12, 2024
27d2388
Add the handler for cancellation/failure case
NghiaDTr Nov 13, 2024
b8907b1
Add unit tests + fix lint
NghiaDTr Nov 14, 2024
6270432
Add cypress test
NghiaDTr Nov 14, 2024
0911cb3
Fix lint
NghiaDTr Nov 14, 2024
b98d6a3
MOL-446/MOL-509: add Icon tab for controlling image url
tdang1-shopmacher Nov 15, 2024
52d7f8c
MOL-446/MOL-509: update package lock
tdang1-shopmacher Nov 15, 2024
3c43e13
MOL-446/MOL-509: add test for method details
tdang1-shopmacher Nov 15, 2024
e22c49b
Merge pull request #96 from mollie/feature/MOL-446
tdang1-shopmacher Nov 18, 2024
cb90e30
MOL-446/MOL-509: update package version
tdang1-shopmacher Nov 18, 2024
d7e6900
Merge pull request #97 from mollie/feature/MOL-446
tdang1-shopmacher Nov 18, 2024
839a1bf
Merge develop
NghiaDTr Nov 19, 2024
250471a
MOL-451: CA - Surcharge transaction cost
NghiaDTr Nov 19, 2024
eb58a0a
Bugfix: Ignoring checking Max Amount when it is undefined
NghiaDTr Nov 19, 2024
7ad12b8
Bugfix: Ignoring checking Max Amount when it is undefined
NghiaDTr Nov 19, 2024
d128cc6
Bugfix: Add surcharge amount to Mollie payment + Update surcharge amo…
NghiaDTr Nov 19, 2024
31c5a27
Fix lint
NghiaDTr Nov 19, 2024
f85a9ac
Remove unused 'issuer'
NghiaDTr Nov 19, 2024
c15a623
Fix lint
NghiaDTr Nov 19, 2024
beb7acd
Bugfix: Add surcharge amount to Mollie payment + Update surcharge amo…
NghiaDTr Nov 20, 2024
e827671
MOL-446/MOL-509: change image url field name
tdang1-shopmacher Nov 20, 2024
01cb9c9
MOL-446/MOL-509: change image url field name
tdang1-shopmacher Nov 20, 2024
10a21ee
MOL-446/MOL-509: change image url field name
tdang1-shopmacher Nov 20, 2024
bdcdb02
Merge fixes surcharge cost
tdang1-shopmacher Nov 28, 2024
997903f
[UPDATE] release tag version
tdang1-shopmacher Nov 28, 2024
0a283e7
Merge branch 'main' into release/v1.2.0
tdang1-shopmacher Dec 3, 2024
803953f
UPDATE
tdang1-shopmacher Dec 3, 2024
900a921
[UPDATE] Custom application v1.2.0
tdang1-shopmacher Dec 3, 2024
50c0595
[UPDATE] Custom application v1.2.0
tdang1-shopmacher Dec 3, 2024
18b3c6a
[UPDATE] Custom application v1.2.0
tdang1-shopmacher Dec 3, 2024
0af2d47
[UPDATE] Custom application v1.2.0
tdang1-shopmacher Dec 3, 2024
3ed2729
[UPDATE] Custom application v1.2.0
tdang1-shopmacher Dec 3, 2024
70e67b7
[UPDATE] Custom application v1.2.0
tdang1-shopmacher Dec 3, 2024
bce0ec4
[UPDATE] Custom application v1.2.0
tdang1-shopmacher Dec 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion processor/tests/service/payment.service.spec.ts
Original file line number Diff line number Diff line change
@@ -538,7 +538,7 @@ describe('Test listPaymentMethodsByPayment', () => {
} as unknown as Payment;

try {
const response = await handleListPaymentMethodsByPayment(mockResource);
await handleListPaymentMethodsByPayment(mockResource);
} catch (error: unknown) {
expect(error).toBeInstanceOf(CustomError);
expect((error as CustomError).message).toBe('billingCountry is not provided.');