Skip to content
Snippets Groups Projects
Commit 19f5908c authored by Rich Lott / Artful Robot's avatar Rich Lott / Artful Robot
Browse files

fix basetest

parent 0631285b
No related branches found
No related tags found
No related merge requests found
......@@ -431,7 +431,7 @@ abstract class CRM_Stripe_BaseTest extends CiviUnitTestCase implements HeadlessI
->setPaymentProcessorID($this->paymentProcessorID)
->setIntentID($params['paymentIntentID'] ?? NULL)
->setDescription(NULL)
->setCsrfToken($firewall->generateCSRFToken())
->setCsrfToken($this->generateCSRFToken())
->execute();
// $result = civicrm_api3('StripePaymentintent', 'process', $paymentIntentParams);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment