Is there a way to extend the next payment date for the users who have recurring payment in moneysuite drupal 7. We are using authorize.net for the payments.
Scenario : users have paid for viewing online live event videos. Registered as monthly user. We have blocked live events for avoiding public gathering due to current situation ( corona ). Now next month their amount should not be debited so we have to extend next payment date.
This is really about Layout Builder and layouts that are defined by a module. In this case I'm using Layout Discovery to make this example simple.
So I am building a page using Layout Builder and I have selected a layout (provided by the Layout Discovery module) for a section. Now I'd like to add a field to the layouts configuration form (the form where I can select column widths and set administrative title). Maybe I'd like to add something like a background color picker or a text field for an extra class or whatever.
I am new to drupal 8 php unit test. I have written a custom service that will take user id and gives an array of user details. I have tried to unit test this function but getting error on $user->get() function.
Here is my module/custom/common/src/CommonService.php
I wrote a new back-end to process my queues (to delay items upon retrying). It works when I manually trigger the queue processing, but when the cron runs the corresponding QueueWorker it does not use my back-end but the default one.