Skip to content
Snippets Groups Projects
Commit 8027a8c2 authored by mattwire's avatar mattwire
Browse files

Fix function name

parent 882f4e81
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ function _civicrm_api3_stripe_importallcharges_spec(&$spec) {
* @return array
* @throws \CRM_Core_Exception
*/
function civicrm_api3_stripe_importallsubscriptions($params) {
function civicrm_api3_stripe_importallcharges($params) {
$importer = new \Civi\StripeImport\Charge();
$importer->setPaymentProcessorID($params['ppid']);
$importer->setFinancialTypeID($params['financial_type_id']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment