After I install the module with composer composer require 'drupal/hubspot:^3.0@alpha'
and I add patch number #5, I do still have version of hubspot/hubspot-php 3.2.1
and not 5.3
Never mind @erutan, I deleted everything and reinstalled the module, and now is working as expected. Thank you
Still with this latest version which has already merge this patch I do have a similar problem:
An AJAX HTTP error occurred.
HTTP Result Code: 500
Debugging information follows.
Path: /node/add/product_page?ajax_form=1&_wrapper_format=drupal_ajax
StatusText: error
ResponseText: The website encountered an unexpected error. Try again later.TypeError: Cannot access offset of type string on string in Drupal\tablefield\Plugin\Field\FieldType\TablefieldItem->setValue() (line 171 of modules/contrib/tablefield/src/Plugin/Field/FieldType/TablefieldItem.php). Drupal\Core\TypedData\Plugin\DataType\ItemList->setValue(Array, 1) (Line: 107)
#30 fix the issue for us!
The patch #12 worked for us too. Thank you!
Rerolling patch for latest version (1.11.0)
If you updated to 2,2 here it is the patch
Downgrading to 2.1 works because the 2.2 version the file drush.services.yml is missing.
Thank you @solantoast #11 works very well.
I could not apply the patch for Drupal 7.77 with #332 patch. I had only to change escapeTable to escapeAlias.