Commit graph

34098 commits

Author SHA1 Message Date
Francis Hilaire
4be681c831
Behat api scenario for PayPal 2024-08-06 13:08:35 +02:00
Francis Hilaire
7ee2363dc1
Add validation on adding payment request 2024-08-06 13:07:37 +02:00
Francis Hilaire
75f028bda1
Update field in migration 2024-08-06 13:07:37 +02:00
Francis Hilaire
84a02100d8
Move services from ApiBundle to PayumBundle 2024-08-06 13:07:37 +02:00
Francis Hilaire
c6f207af45
Move services from ApiBundle to PaymentBundle 2024-08-06 13:07:37 +02:00
Francis Hilaire
f6fb4d8538
Move Payum stuff to PayumBundle 2024-08-06 13:07:37 +02:00
Francis Hilaire
ff3e8e0ce1
Rename input/output data to requestPayload/responseData 2024-08-06 13:07:36 +02:00
Francis Hilaire
73cd74d55b
Rename data to payload 2024-08-06 13:07:36 +02:00
Francis Hilaire
8b92e854f6
Finalise Payum POC and 1st try with no Payum using Offline payment method 2024-08-06 13:07:36 +02:00
Francis Hilaire
50c169d076
Add first step of a PAYUM Capture request 2024-08-06 13:07:35 +02:00
Francis Hilaire
e9e251f2d5
Add API resource 2024-08-06 13:04:27 +02:00
Francis Hilaire
9acd3b7415
Add Payment request model 2024-08-06 13:04:25 +02:00
Wojdylak
b5235db7ed [Admin] Rename parameter 2024-08-05 12:02:14 +02:00
Wojdylak
f0f5f88427 [Admin] Change command handlers and console command ids to dotted notation 2024-08-05 12:02:14 +02:00
Wojdylak
9bda116470 [Core] Change command handlers and console command ids to dotted notation 2024-08-05 12:02:14 +02:00
Wojdylak
b3994d8497 [Core] Use new services 2024-08-05 12:02:14 +02:00
Wojdylak
d52d2bd424 [Core] Rename Message to Command 2024-08-05 12:02:14 +02:00
Wojdylak
07dd022314 [Admin] Rename Message to Command 2024-08-05 12:02:14 +02:00
Wojdylak
d006087749 [Promotion] Remove deprecated commands 2024-08-05 12:02:14 +02:00
Wojdylak
e285a723c2 [Ui] Remove deprecated commands 2024-08-05 12:02:14 +02:00
Wojdylak
a0fbd49f0b [User] Remove deprecated commands 2024-08-05 12:02:14 +02:00
Rafał Jaskulski
bfa5829bd0
[UPMERGE] 1.14 -> 2.0 (#16663)
This PR has been generated automatically.
For more details see
[upmerge_pr.yaml](/Sylius/Sylius/blob/1.13/.github/workflows/upmerge_pr.yaml).

**Remember!** The upmerge should always be merged with using `Merge pull
request` button.

In case of conflicts, please resolve them manually with usign the
following commands:
```
git fetch upstream
gh pr checkout <this-pr-number>
git merge upstream/2.0 -m "Resolve conflicts between 1.14 and 2.0"
```

If you use other name for the upstream remote, please replace `upstream`
with the name of your remote pointing to the `Sylius/Sylius` repository.

Once the conflicts are resolved, please run `git merge --continue` and
push the changes to this PR.
2024-08-02 07:54:29 +02:00
Jan Góralski
a6ec5b2103
minor #16627 [Admin] Enable and Implement Remaining Scenarios (Rafikooo)
This PR was merged into the 2.0 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | 2.0 <!-- see the comment below -->
| Bug fix?        | no
| New feature?    | yes
| BC breaks?      | no
| Deprecations?   | no <!-- don't forget to update the UPGRADE-*.md file -->
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.13 branch
 - Features and deprecations must be submitted against the 1.14 branch
 - Features, removing deprecations and BC breaks must be submitted against the 2.0 branch
 - Make sure that the correct base branch is set

 To be sure you are not breaking any Backward Compatibilities, check the documentation:
 https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->


Commits
-------
  [Behat] Enable all hybrid checkout scenarios except one
  [Admin] Render currency test attribute
  [Behat] Enable hybrid catalog promotion scenarios
  [Behat] Enable editing product option scenario
  [Behat] Enable remaining managing users scenario
  [Behat] Enable deleting multiple product variants scenario
  [Behat] Enable viewing product in store from variant edit page scenarios
  [Behat] Improve view product in store action
  [Admin] Render view in store button in the variant edit page
  [Behat] Enable scenarios and improve implementation for filtered pages redirections
  [Admin] Render pagination and enabled filter test attributes
  [Behat] Use test attribute to retrieve order notes
  [Admin] Add missing order notes information
  [Admin] Configure and use anonymous view in store component
2024-08-01 16:42:37 +02:00
Karol
f9c3159fd5
[Admin][Product] Remove EU flags from non-translatable attributes (#16661)
| Q               | A
|-----------------|-----
| Branch?         | 2.0
| Bug fix?        | kinda
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | -
| License         | MIT

### Before:

<img width="977" alt="Screenshot 2024-07-31 at 13 04 45"
src="https://github.com/user-attachments/assets/45b29430-29e1-44a2-8862-360674905170">

### After:

<img width="987" alt="Screenshot 2024-07-31 at 13 04 07"
src="https://github.com/user-attachments/assets/dd575c95-7672-4b9f-a897-4ce78897dcc2">
2024-08-01 16:37:27 +02:00
Rafikooo
7826af04c8
[Admin] Configure and use anonymous view in store component 2024-08-01 12:37:57 +02:00
Rafikooo
d8fd9e1db6
[Admin] Add missing order notes information 2024-08-01 11:19:32 +02:00
Rafikooo
257d91acaf
[Behat] Use test attribute to retrieve order notes 2024-08-01 11:19:32 +02:00
Rafikooo
4fa37cb0f0
[Admin] Render pagination and enabled filter test attributes 2024-08-01 11:19:32 +02:00
Rafikooo
1108ea9683
[Behat] Enable scenarios and improve implementation for filtered pages redirections 2024-08-01 11:19:32 +02:00
Rafikooo
a046ac804b
[Admin] Render view in store button in the variant edit page 2024-08-01 10:33:25 +02:00
Michał Pysiak
6853b3084f
[CS][DX] Refactor (#16664)
This PR has been generated automatically.
For more details see
[refactor.yaml](/Sylius/Sylius/blob/1.12/.github/workflows/refactor.yaml).
2024-08-01 06:09:44 +02:00
Sylius Bot
432cfd5d24 [CS][DX] Refactor 2024-08-01 02:21:39 +00:00
Rafikooo
6a1cdaaf0d
[Behat] Improve view product in store action 2024-07-31 20:47:25 +02:00
Rafikooo
be3615dc2c
[Behat] Enable viewing product in store from variant edit page scenarios 2024-07-31 20:47:25 +02:00
Rafikooo
5411651c7e
[Behat] Enable deleting multiple product variants scenario 2024-07-31 20:47:25 +02:00
Rafikooo
dcc4c176a7
[Behat] Enable remaining managing users scenario 2024-07-31 20:47:25 +02:00
Rafikooo
6520335ed6
[Behat] Enable editing product option scenario 2024-07-31 20:47:24 +02:00
Rafikooo
8e19388909
[Behat] Enable hybrid catalog promotion scenarios 2024-07-31 20:47:24 +02:00
Rafikooo
9785016ad4
[Admin] Render currency test attribute 2024-07-31 20:47:24 +02:00
Rafikooo
100c79e501
[Behat] Enable all hybrid checkout scenarios except one 2024-07-31 20:47:23 +02:00
Jan Goralski
8aa602e3c5
[Admin][Product] Remove EU flags from non-translatable attributes 2024-07-31 14:23:58 +02:00
Karol
bb0bc58ce1
[UPMERGE] 1.14 -> 2.0 (#16657)
This PR has been generated automatically.
For more details see
[upmerge_pr.yaml](/Sylius/Sylius/blob/1.13/.github/workflows/upmerge_pr.yaml).

**Remember!** The upmerge should always be merged with using `Merge pull
request` button.

In case of conflicts, please resolve them manually with usign the
following commands:
```
git fetch upstream
gh pr checkout <this-pr-number>
git merge upstream/2.0 -m "Resolve conflicts between 1.14 and 2.0"
```

If you use other name for the upstream remote, please replace `upstream`
with the name of your remote pointing to the `Sylius/Sylius` repository.

Once the conflicts are resolved, please run `git merge --continue` and
push the changes to this PR.
2024-07-31 08:47:55 +02:00
Wojdylak
4a13dcec25
Resolve conflicts between 1.14 and 2.0 2024-07-31 07:57:48 +02:00
Karol
76d1de3f92
[UPMERGE] 1.13 -> 1.14 (#16658)
This PR has been generated automatically.
For more details see
[upmerge_pr.yaml](/Sylius/Sylius/blob/1.13/.github/workflows/upmerge_pr.yaml).

**Remember!** The upmerge should always be merged with using `Merge pull
request` button.

In case of conflicts, please resolve them manually with usign the
following commands:
```
git fetch upstream
gh pr checkout <this-pr-number>
git merge upstream/1.14 -m "Resolve conflicts between 1.13 and 1.14"
```

If you use other name for the upstream remote, please replace `upstream`
with the name of your remote pointing to the `Sylius/Sylius` repository.

Once the conflicts are resolved, please run `git merge --continue` and
push the changes to this PR.
2024-07-31 07:54:43 +02:00
Kamil Grygierzec
e880f3ce1a
minor #16654 [API] Fix ShopUser docs example (mpysiak)
This PR was merged into the 1.13 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | 1.13
| Bug fix?        | yes
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | fixes #X, partially #Y, mentioned in #Z
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.13 branch
 - Features and deprecations must be submitted against the 1.14 branch
 - Features, removing deprecations and BC breaks must be submitted against the 2.0 branch
 - Make sure that the correct base branch is set

 To be sure you are not breaking any Backward Compatibilities, check the documentation:
 https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->

Fix for Customer admin POST example in the docs


Commits
-------
  Fix ShopUser docs example
2024-07-30 14:15:07 +02:00
Michał Pysiak
a43660f199
Fix ShopUser docs example 2024-07-30 13:12:38 +02:00
Michał Pysiak
da38d8c8bd
minor #16647 Deprecate PromotionCouponPromotionFilter (TheMilek)
This PR was merged into the 1.14 branch.

Discussion
----------

| Q               | A
|-----------------|-----
| Branch?         | 1.14 <!-- see the comment below -->
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | yes <!-- don't forget to update the UPGRADE-*.md file -->
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.13 branch
 - Features and deprecations must be submitted against the 1.14 branch
 - Features, removing deprecations and BC breaks must be submitted against the 2.0 branch
 - Make sure that the correct base branch is set

 To be sure you are not breaking any Backward Compatibilities, check the documentation:
 https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->
deprecates as it has been removed [here](https://github.com/Sylius/Sylius/pull/16646)


Commits
-------
  Deprecate PromotionCouponPromotionFilter
2024-07-30 09:34:14 +02:00
Karol
adc034b8ef
[UPMERGE] 1.13 -> 1.14 (#16652)
This PR has been generated automatically.
For more details see
[upmerge_pr.yaml](/Sylius/Sylius/blob/1.13/.github/workflows/upmerge_pr.yaml).

**Remember!** The upmerge should always be merged with using `Merge pull
request` button.

In case of conflicts, please resolve them manually with usign the
following commands:
```
git fetch upstream
gh pr checkout <this-pr-number>
git merge upstream/1.14 -m "Resolve conflicts between 1.13 and 1.14"
```

If you use other name for the upstream remote, please replace `upstream`
with the name of your remote pointing to the `Sylius/Sylius` repository.

Once the conflicts are resolved, please run `git merge --continue` and
push the changes to this PR.
2024-07-30 08:19:43 +02:00
Michał Pysiak
ecbd4fa32c
[CS][DX] Refactor (#16653)
This PR has been generated automatically.
For more details see
[refactor.yaml](/Sylius/Sylius/blob/1.12/.github/workflows/refactor.yaml).
2024-07-30 08:08:36 +02:00
Karol
545565fe59
[UPMERGE] 1.14 -> 2.0 (#16651)
This PR has been generated automatically.
For more details see
[upmerge_pr.yaml](/Sylius/Sylius/blob/1.13/.github/workflows/upmerge_pr.yaml).

**Remember!** The upmerge should always be merged with using `Merge pull
request` button.

In case of conflicts, please resolve them manually with usign the
following commands:
```
git fetch upstream
gh pr checkout <this-pr-number>
git merge upstream/2.0 -m "Resolve conflicts between 1.14 and 2.0"
```

If you use other name for the upstream remote, please replace `upstream`
with the name of your remote pointing to the `Sylius/Sylius` repository.

Once the conflicts are resolved, please run `git merge --continue` and
push the changes to this PR.
2024-07-30 07:57:49 +02:00