Pierre du Plessis
Pierre du Plessis
I have published a roadmap for version 2 at https://github.com/orgs/Payum/discussions/977. If there are any items that you feel you want to contribute, feel free to create a PR, or open...
> When then LiveComponent re-renders, the <select multiple> still on the page. But now it only has 8 options. Is that correct? Yes that's correct. > perhaps also important, even...
When using #1322, the only thing that is different from the rendered content, is the `data-symfony--ux-autocomplete--autocomplete-url-value` attribute (since the `extra_options` hash is different since I'm sending the already selected users...
> if you have 2 items selected, then you submit the form and the new html renders either an empty select (meaning, of course, that zero options are selected), that...
@awadood This package is deprecated and replaced with the original package (see Payum/Payum#879). Also, this should not prevent you from using Composer 2, as the affected files are just unit...
The payments goes through a payment gateway, which has a lot of additional logic (verifying the payment with the gateway, sending payment notifications to the admin etc). This will be...
> I am therefore interested in simply automating the part of manually registering a payment that was made That is the flow that I mentioned in my first comment: >...
> I assume I can add the payment record as writable API resource That is correct > add some sort of hook to execute the additional logic needed One of...
I recently merged #977 which updates the API configuration from annotation to attributes and tries to use some of the newer API Platform features. In the process, some of the...
Both PRs looks to implement the same days. This one handles an additional edge case, where if a holiday rolls over from the Sunday to the Monday, it shouldn't be...