com.drastikbydesign.stripe
com.drastikbydesign.stripe copied to clipboard
CMS Independent Stripe payment processor for CiviCRM 4.x
# Environment CMS: Drupal 7 CRM: CiviCRM 4.7.9 Other PP: PayPal Pro, set as default # Steps to Reproduce I'm not sure how easy this is to reproduce, or which...
This happens only for some of my recurring payments . Here's some partial log snippets: > PEAR_Error->PEAR_Error("DB Error: constraint violation", -3, 16, (Array:2 > ), "INSERT INTO civicrm_membership_payment (membership_id ,...
I think/hope I've got myself sorted out after a lot of manual tinkering, but I just wanted to flag this here for people coming in the future. I have a...
I have been having the same problem as many others with the stripe processor giving the error, ``` stripe.js token was not passed ``` When I examine the chrome browser...
Webhook should returns proper HTTP STATUS when something goes wrong. All `CRM_Core_Error::Fatal` should be preceded by header() function.
Hi, I'd like to alter the billing block, eg. change the labels or remove the state field (that isn't common nor useful in europe). Looking at stripe's documentation, the address...
I'm using Drupal 7.53 and civicrm 7.x-4.7.14. I just set up stripe, but recurring payments continually display "pending." I set the webhook path in my stripe account and the charges...
In recent testing I had to do a bunch of live transactions, then refund them in Stripe, then update the status in CiviCRM. That got me thinking -- there's no...
'class' => Stripe_InvalidRequestError,
This causes a problem when I try to add a new recurring contribution: #0 /var/www/powerbase/sites/all/modules/civicrm/CRM/Core/Error.php(187): CRM_Core_Error::backtrace() #1 [internal function](): CRM_Core_Error::handle(Object(DB_Error)) #2 /var/www/powerbase/sites/all/modules/civicrm/packages/PEAR.php(921): call_user_func((Array:2), Object(DB_Error)) #3 /var/www/powerbase/sites/all/modules/civicrm/packages/DB.php(985): PEAR_Error->__construct("DB Error: already exists",...