solardog β created an issue.
I can confirm I am also unable to save any conditions on a comment type using version 4.0.0-alpha5.
solarDog β created an issue.
solarDog β created an issue.
I am still getting the same error. You may inspect the page here: https://pthomeservices.com/projects/cedar-faerie-tree-palace
I am using cocoen v2.0 with 8.x-1.2. and Drupal 10.2.2 .
Maybe I am missing a simple step here?
Drupal 10.2.2
Webform Mailchimp 8x5.10
I am having similar issues with mapping my webform (6.2) address fields to the mailchimp Address.
I have tried patch from #16 with no success. The contact does not come into mailchimp using the patch, so I have reverted.
Does not seem to make a difference if I use quotes or not.
FNAME: '[webform_submission:values:first_name]'
LNAME: '[webform_submission:values:last_name]'
COLLUNIV: '[webform_submission:values:college_university]'
DEGREE: '[webform_submission:values:degree_program]'
PHONE: '[webform_submission:values:phone_number]'
ADDRESS:
addr1: '[webform_submission:values:your_address:address]'
city: '[webform_submission:values:your_address:city]'
state: '[webform_submission:values:your_address:state_province]'
zip: '[webform_submission:values:your_address:postal_code]'
Everything but the address comes into with the Mailchimp contact. Does anyone have any insight into why this would be happening?
solarDog β created an issue.
I was able to fix this by changing the following code in StripteWebformPaymentStripe.php:
Stripe::setApiKey($this->getApiSecret());
$products = Product::all()->data;
to this:
Stripe::setApiKey($this->getApiSecret());
$products = Product::all(['limit' => 100])->data;
solarDog β created an issue.
#4 does not work for me using Stripe 2.0.0-beta2 and Drupal 10.1.6. It would be really helpful if the documentation explained how to properly add the settings to the settings.php file.
Agreed, I recently imported 150 users and I need to include the profile owners instead of the feed author.
I also think this feature would be helpful. Especially when importing profiles.
Just a follow up here. I updated my default API version in Stripe to the latest version and I can now see my products listed.
1. Install Stripe Webform Payment (1.0.0) and Stripe (2.0.0-beta4) via Composer using Drupal 10.1.6
2. Add Stripe credentials on the Stripe settings page and set it to 'Test'. (I was unable to figure out how to add this info in my settings.php file. And the Stripe module has no documentation on how to properly do this)
3. Install Webform (6.2.0) and try to add the Stripe Payment element but the products do not list (see screenshot). I have several products on my Stripe account.
Side note: I was able to get Stripe's Webform Integration working with my current Stripe credentials so I can confirm that they are correct.
Thanks very much for assisting me with this issue.
No Errors in the logs and I am using the test Stripe API keys.. I am assuming that Stripe will associate all products with the account api that I am using but perhaps there is an additional step that I am missing?
solarDog β created an issue.
Thank you @mukhtarm. I am not having any luck getting this working. I do not have cocoen_beforeafter.js in my library. Only cocoen-jquery.min.js and cocoen.min.js exist in /cocoen/dist/js/
Can you confirm which library version I should be using?
Great module! When can we expect the Drupal 10 version will be released?
This is a great module. What is required to make it Drupal 10 ready?
Is there any timeline on when this module will be Drupal 10 ready? It is a great module and a life saver for me.
Is this module abandoned or is there a plan to make it Drupal 10 compatible?
solarDog β created an issue.
I am also having this issue. When a user inputs the wrong credit card info how do we "request new nonce" to allow for the transaction to be accepted?
solarDog β created an issue.