FR
FR
In some Drupal 9 projects I want to be able to view specific custom php files in the browser, e.g. http://myproject.test/mycustomscript.php http://myproject.test/myscripts/testscript1.php http://drupal.docker.localhost:8000/myscripts/testscript2.php http://drupal.docker.localhost:8000/testpage.html using Docker Desktop on Windows 10....
In a few weeks the amazon pay integration will need Strong Customer Authentification (SCA) to work. A code update is needed https://developer.amazon.com/de/docs/eu/amazon-pay-onetime/sca-upgrade.html?ld=APDELPADirect **Can you please provide an example code with...
I need simple error handling code for the follwing files (SampleCartDemo/OneTimePayments): ``` index.php SetPaymentDetails.php ConfirmPaymentAndAuthorize.php ``` e.g. here: ``` onError: function (error) { // something bad happened } ``` The...
On my navbar anchor elements I have some padding and margin like this: ``` .navbar-nav > li > a { padding-top: 16px; padding-bottom: 0px; padding-left: 5px; padding-right: 5px; margin-left: 8px;...