Account created on 9 April 2014, about 11 years ago
#

Merge Requests

Recent comments

🇮🇳India Deepesh151086

This issue is not related to Linkit Media Library. Go to web/core/modules/media_library/src/MediaLibraryUiBuilder.php and check this comment. // https://www.drupal.org/project/drupal/issues/2971209 Allow the MediaLibraryUiBuilder service to use an alternative view display Needs work
import the media_library view and check.

🇮🇳India Deepesh151086

An extra field config save function was working on the field_permissions_field_config_edit_form_builder. This has been resolved in 8.x-1.3 . I am closing this issue.

🇮🇳India Deepesh151086

This issue is coming from field_permissions.module file in field_permissions_field_config_edit_form_builder. If we remove the $storage->save(); then this was working but due to this custom permission form hides.

🇮🇳India Deepesh151086

Hi @jsacksick we are doing the validation in commerce/modules/price/src/Element/Number.php. I am getting null while dumping $element['#max']. I am not sure where from we are getting this value. If we may set this value according the 'decimal' datatype field
( decimal(19,6) ) in this file , we can run the validation on max digit in price.

🇮🇳India Deepesh151086

Problem resolved by changing test mode to live in account settings. I was using demo credit cards with live mode initially. Only real credit card numbers will with live mode in sandbox account. With test mode transaction will also take place but with 0 transaction id ,so will not be visible in 'transaction details'.

🇮🇳India Deepesh151086

Hi Zim, that worked me too but on payment completion I am getting "We encountered an error processing your payment method. Please verify your details and try again." and in logs I am getting Received response with code Error from Authorize.net: E00003: The 'AnetApi/xml/v1/schema/AnetApiSchema.xsd:customerProfileId' element is invalid - The value '' is invalid according to its datatype 'AnetApi/xml/v1/schema/AnetApiSchema.xsd:numericString' - The Pattern constraint failed.

Even though I am receving emails in my account with approved status.

🇮🇳India Deepesh151086

Hi @mkalkbrenner , this will break with password policy module. Attaching a new patch which resoves the problem.

Production build 0.71.5 2024