nicholas
721f1fc6dd
Add 'recurringProcessingModel' prop when making a storedPM payment using API v70
2023-09-14 10:55:49 +02:00
sponglord
7d67e7b27a
Merge pull request #2326 from Adyen/changeset-release/main
...
[ci] Release main
2023-09-11 16:00:31 +02:00
github-actions[bot]
db12de25c7
[ci] release main
2023-09-11 13:50:59 +00:00
sponglord
0f5f834301
Add 'redirectFromTop' config prop to allow top level redirect when Checkout loaded in an iframe ( #2325 )
...
* Add 'redirectFromTop' config prop to allow top level redirect when Checkout loaded in an iframe
* Changed 'redirectFromTop' to 'redirectFromTopWhenInIframe' to make its function clearer
2023-09-11 15:49:23 +02:00
sponglord
d7740c4839
Merge pull request #2317 from Adyen/chore/update_config_to_work_with_api_v69+
...
Update paymentsConfig to work against API v69+
2023-09-08 16:25:18 +02:00
github-actions[bot]
e96dfcb94c
[ci] release main ( #2322 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-09-04 16:05:23 +02:00
sponglord
28d4eb2d35
Extra checks on dual branding selection ( #2321 )
...
* Perform extra checks that a valid value has been passed when a dual brand selection is made
* Add changeset
2023-09-04 13:25:03 +02:00
nicholas
b20e4a0f38
Update paymentsConfig to work against API v69+
2023-08-29 13:33:27 +02:00
github-actions[bot]
56f07cf06e
[ci] release main ( #2314 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-28 14:44:50 +02:00
sponglord
ff64e66663
Hide expiryDate field on storedCards when this info is not available ( #2315 )
...
* Hide expiryDate field on storedCards when this info is not available
* storedCards don't show unpopulated expiryDate field
* stop passing status to StoredCardFields
* use getBy instead of queryBy, where appropriate
2023-08-28 14:03:39 +02:00
Guilherme Ribeiro
1b8965f641
Bancontact - Using 'bcmc' instead of 'scheme' for paymentMethod.type ( #2286 )
...
* feat: supporting custom urls
* fix: reverting safety checks
* feat: using url when resolving
* feat: changeset + change in the environments + test
* feat: updated bcmc paymentmethod type
* feat: bcmc change
2023-08-24 13:31:55 +02:00
Guilherme Ribeiro
1532d705f4
Adding support for Custom URLs ( #2262 )
...
* feat: supporting custom urls
* fix: reverting safety checks
* feat: using url when resolving
* feat: changeset + change in the environments + test
2023-08-24 13:15:20 +02:00
github-actions[bot]
ea00111f75
[ci] release main ( #2308 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-22 16:49:09 +02:00
António Ferreira
25abfacd25
reverts default storedetails default value ( #2307 )
2023-08-22 16:36:48 +02:00
github-actions[bot]
043e45d713
[ci] release main ( #2306 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-21 17:45:10 +02:00
António Ferreira
9f4b1cd8e8
Fixes postalCode having maxlength 0 ( #2305 )
...
* fix maxlength being set to 0
* adds changeset
2023-08-21 17:34:37 +02:00
sponglord
01f11eda42
Merge pull request #2296 from Adyen/changeset-release/main
...
[ci] Release main
2023-08-15 14:16:23 +02:00
github-actions[bot]
69bd08f0b1
[ci] release main
2023-08-15 11:57:00 +00:00
sponglord
9f602c880a
Chore/handling safari responsive design mode ( #2299 )
...
* SFP: Renaming disableIOSArrowKeys prop
* Add & inspect booleans that determine if we are dealing with genuine touch events - and only perform certain actions if we are
* Extra checks for expiryYear in processAutoComplete.ts
* Look for hasGenuineTouchEvents flag from either checkoutWeb or a securedField
* Adding changeset file
* Set resourceEnvironment to Test
2023-08-15 13:55:11 +02:00
António Ferreira
2f804aca2c
add changset for remove renderFormField ( #2298 )
2023-08-14 13:09:26 +02:00
sponglord
a0f468a78e
Merge pull request #2297 from Adyen/chore/add_changeset
...
Added missing changeset for #2292
2023-08-14 12:15:41 +02:00
nicholas
43acbf4da8
Added missing changeset for #2292
2023-08-14 11:58:46 +02:00
sponglord
d480f2ebb1
Fixed bug where cvcPolicy & expiryDatePolicy could be overwritten ( #2292 )
2023-08-14 11:11:18 +02:00
sponglord
c871798907
Feature/indicate when analytics disabled ( #2290 )
...
* Send 'do-not-track' as value for checkoutAttemptId when analytics is disabled
* adding .changeset
* Fixing e2e tests
2023-08-14 10:52:27 +02:00
sponglord
410a4ee13e
Chore/update e2e test ( #2289 )
...
* Fixed e2e tests that were failing due to recent changes in how alt attributes are assigned
* Adding changeset file
2023-08-14 10:51:42 +02:00
António Ferreira
4009ab4163
fixes missing scss in InputBase ( #2291 )
2023-08-10 15:04:21 +02:00
António Ferreira
7c95185130
Removed renderForm and fixed typings for InputBase ( #2233 )
...
* wip: typings fix for base input
* fixes some types more to go
* remove renderFormField pt1
* removes renderFormFields
* remove some more renderForm
* cleanup code
* small style fixes
2023-08-09 14:42:29 +02:00
sponglord
ebb6963e54
Merge pull request #2288 from Adyen/changeset-release/main
...
[ci] Release main
2023-08-07 16:07:28 +02:00
github-actions[bot]
70726055af
[ci] release main
2023-08-07 10:38:40 +00:00
António Ferreira
19d69b0d26
Fixes images not loading from resource provider ( #2278 )
...
* changes all comp to use the same getImage imp
* adds changeset
* fixes failing tests
* remove unused object form getImage
2023-08-07 12:35:20 +02:00
António Ferreira
aa3f3aa7ae
add changeset for ResultCode typings fix ( #2287 )
2023-08-07 12:35:04 +02:00
Guilherme Ribeiro
b04a130a96
GooglePay Express - Adding examples to Storybook ( #2279 )
...
* feat: draft google express
* feat: more changes
* feat: more changes
* feat: googlepay express story
* fix: lint
* fix: disabled some fields
* Update GooglePayExpress.stories.tsx
2023-08-04 14:50:43 +02:00
Guilherme Ribeiro
517841d5f2
feat: applepay express example ( #2283 )
2023-08-04 14:50:32 +02:00
Yu Long
464e729d3b
chore: upgrade Storybook and Vite ( #2285 )
2023-08-04 10:22:31 +02:00
António Ferreira
ecb78cb977
fixes missing results codes ( #2284 )
2023-08-01 16:19:21 +02:00
renovate[bot]
fe1b8a9b18
chore(deps): update dependency lint-staged to v13.2.3 ( #2277 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-31 15:55:39 +02:00
github-actions[bot]
0fa9d1e38b
[ci] release main ( #2280 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-31 14:32:31 +02:00
Yu Long
30b91a5b60
feat(trustly): add description ( #2276 )
2023-07-31 14:25:57 +02:00
renovate[bot]
ef0c612b9b
chore(deps): update dependency @changesets/cli to v2.26.2 ( #2268 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-25 15:22:38 +02:00
github-actions[bot]
aeca2f4295
[ci] release main ( #2275 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-24 16:56:16 +02:00
António Ferreira
2e7adb0d2e
Fixes HTML markup on some divs and spans ( #2270 )
...
* fixes HTML markup on some div and span
* add changeset
2023-07-24 16:44:15 +02:00
renovate[bot]
fa3e9c17b0
chore(deps): update dependency postcss to v8.4.24 ( #2263 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-18 14:29:11 +02:00
github-actions[bot]
707122387d
[ci] release main ( #2264 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-17 14:10:31 +02:00
Yu Long
8712f6dace
Fix: Klarna widget to make drop-in clickable after loaded ( #2258 )
2023-07-17 13:55:53 +02:00
Yu Long
fb39e18f0e
fix: Core update function also updates payment methods list ( #2266 )
2023-07-14 15:20:39 +02:00
Guilherme Ribeiro
968aa2afc1
Click to Pay - Adding timeout to initialization requests ( #2265 )
...
* feat: added timeout to certain requests
* feat: clean up
* fix: clean up
* fix: another clean up
* feat: increased timeou
* fix: changeset
2023-07-14 14:58:07 +02:00
António Ferreira
56db1adbaf
Removes arialabelledby from PaymentMethodItem ( #2261 )
...
* fixes paymentmethoditem arialabelby
* adds changeset
2023-07-12 16:31:53 +02:00
Yu Long
256a93235b
fix: work around to fix changeset ( #2260 )
2023-07-12 11:40:00 +02:00
renovate[bot]
6deb0c3144
chore(deps): update dependency @types/jest to v29.5.2 ( #2257 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-12 10:18:22 +02:00
Guilherme Ribeiro
f189f4eede
Adding Storybook as dev playground ( #1934 )
...
* feat: draft
* feat: cleaned up
* feat: converted some files to ts
* fix: redirect result + typescript
* feat: cleaned up server
* feat: adding some stories
* feat: more changes
* feat: small adjustments
* feat: removed docs. cleaned preview
* feat: cleanup
* feat: clean up types
* feat: adding to window object
* feat: global loaders
* feat: added type to loaded checkout
* feat: storybook 7 + vite
* feat: cleanup deps not used by vite or storybook
* feat: removing unused import
* Update main.ts
* feat: webpack5
* feat: attempt to update packages
* refactor: move storybook to lib
* refactor: use rollup.dev.config.js
* refactor: redirect story fix and add a11y check
* refactor: rename story
* refactor: split rollup config
* refactor(storybook-config): use dev rollup config
* remove playground-storybook folder
* some fix
* run storybook https
* rebase main resolve conflicts
* add mirrored rollup dev plugins to vite
* correct postcss.config.js path
* fix returnUrl
* refactor: remove unused code and add types
* feat: cleaning up
---------
Co-authored-by: Yu Long <longyu901009@gmail.com >
2023-07-11 16:16:36 +02:00