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 v8.4.1.0 #1250

Merged
merged 42 commits into from
Aug 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
e213e7d
Remplaced JS in module with JS from CDN
L3RAZ May 21, 2024
efb4e76
Added google pay to payment option list
L3RAZ May 28, 2024
b918fb2
Fixed funding source collection builder
L3RAZ May 29, 2024
98cf34a
Added country list for GPay
L3RAZ May 29, 2024
62fa60d
Replaced gpay logo with borderless one
L3RAZ Jun 25, 2024
f5e8058
Added google pay component to PayPal sdk config
L3RAZ Jun 27, 2024
8c9fdad
Added custom mark for Google Pay
L3RAZ Jun 28, 2024
ba89939
Added new controller for google pay and transaction info builder
L3RAZ Jul 5, 2024
0192b8a
Added license headers
L3RAZ Jul 5, 2024
c23fbe4
CS fix
L3RAZ Jul 5, 2024
55da8aa
Minor improvements
L3RAZ Jul 8, 2024
7817cdb
Added GooglePay payment source to order payload builder
L3RAZ Jul 9, 2024
62904b5
removed create and capture endpoints from Google Pay controller
L3RAZ Jul 9, 2024
5194d4b
Added liability shift check for Google Pay
L3RAZ Jul 9, 2024
e4bd4ba
Updated OrderPresenter with values for Google Pay
L3RAZ Jul 9, 2024
e15bc01
Added error translation for missing Google Pay SDK
L3RAZ Jul 10, 2024
dc31458
Added order status check before 3DS check
L3RAZ Jul 10, 2024
d584a64
Remove unused methods
Matt75 Jul 10, 2024
84d2bcc
Refactor conditional statement
Matt75 Jul 10, 2024
e74862d
Google pay verification method depends on 3D Secure activation
Matt75 Jul 10, 2024
f0c14d9
Merge pull request #1248 from PrestaShopCorp/feat/PAYSHIP-2888
Matt75 Jul 10, 2024
db8b750
Remove custom path
Matt75 Jul 10, 2024
5f869c6
Merge pull request #1246 from PrestaShopCorp/feat/PAYSHIP-2839
Matt75 Jul 10, 2024
72e2fb8
Merge pull request #1234 from PrestaShopCorp/feat/PAYSHIP-2837
Matt75 Jul 10, 2024
9f9aa38
Removed front build scripts
L3RAZ Jul 11, 2024
b3f14a7
Removed js workflow
L3RAZ Jul 11, 2024
aecc24d
Added front office SDK version to env
L3RAZ Jul 12, 2024
f1d7cee
Added Environment for Google Pay
L3RAZ Jul 15, 2024
4498d60
Added merchantInfo to transactionInfo payload
L3RAZ Jul 15, 2024
e949287
Merge pull request #1233 from PrestaShopCorp/feat/fo-js-migration
Matt75 Jul 16, 2024
06d0857
Added upgrade script for Google Pay funding source creation
L3RAZ Jul 16, 2024
7a44658
Merge branch 'prestashop/8.x' into feat/googlepay
L3RAZ Jul 18, 2024
8220397
Remove npm build from zip generation workflow (#1251)
seiwan Jul 18, 2024
eed47eb
Remove package.lock
L3RAZ Jul 18, 2024
309cb38
Bumped module version in config.xml
L3RAZ Jul 18, 2024
b955858
Added product price multiplying by amount in google transaction info
L3RAZ Jul 19, 2024
15a0f9e
Added function to get minimal transaction info payload
L3RAZ Jul 22, 2024
5a6c84e
Added Http timeout error handling
L3RAZ Jul 25, 2024
a85158c
Added funding source creation after shop add
L3RAZ Jul 30, 2024
3cb3e89
Fixed funding source creation on multishop
L3RAZ Jul 30, 2024
b125e58
added shopId parameter for fetching funding sources
L3RAZ Jul 31, 2024
6c05c28
Fixed funding source cache
L3RAZ Aug 1, 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
15 changes: 0 additions & 15 deletions .github/workflows/js.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/ps8-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@ jobs:
env:
GCP_PROJECT: ${{ secrets.GCP_PROJECT_INTEGRATION }}

- name: Build JS dependencies
uses: PrestaShopCorp/github-action-build-js/[email protected]
with:
cmd: npm
path: ./

- name: Install composer dependencies
run: composer install --no-dev -o

Expand Down Expand Up @@ -104,12 +98,6 @@ jobs:
env:
GCP_PROJECT: ${{ secrets.GCP_PROJECT_PREPRODUCTION }}

- name: Build JS dependencies
uses: PrestaShopCorp/github-action-build-js/[email protected]
with:
cmd: npm
path: ./

- name: Install composer dependencies
run: composer install --no-dev -o

Expand Down Expand Up @@ -152,12 +140,6 @@ jobs:
env:
GCLOUD_PROJECT: ${{ secrets.GCLOUD_PROJECT_PRODUCTION }}

- name: Build JS dependencies
uses: PrestaShopCorp/github-action-build-js/[email protected]
with:
cmd: npm
path: ./

- name: Install composer dependencies
run: composer install --no-dev -o

Expand Down
4 changes: 0 additions & 4 deletions _dev/js/front/.babelrc

This file was deleted.

4 changes: 0 additions & 4 deletions _dev/js/front/.browserslistrc

This file was deleted.

20 changes: 0 additions & 20 deletions _dev/js/front/.eslintrc.js

This file was deleted.

29 changes: 0 additions & 29 deletions _dev/js/front/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions _dev/js/front/.prettierrc.js

This file was deleted.

21 changes: 0 additions & 21 deletions _dev/js/front/jest.config.json

This file was deleted.

Loading
Loading