Hi, i am trying to send a mail programmatically. While the mail should be sent, i get the following error from SMTP authentication module (which is setup correctly):
Error sending e-mail from example@gmail.com to example@gmail.com: Message body empty
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