Skip to content
Snippets Groups Projects
Commit c658ad43 authored by mattwire's avatar mattwire Committed by mattwire
Browse files

Remove unused function

parent 8e7d2294
No related branches found
No related tags found
No related merge requests found
......@@ -369,20 +369,6 @@ class CRM_Core_Payment_Stripe extends CRM_Core_Payment {
return $publishableKey;
}
/**
* Return the CiviCRM version we're running.
*
* @return string
* @throws \CiviCRM_API3_Exception
*/
public function get_civi_version() {
$version = (string) civicrm_api3('Domain', 'getvalue', array(
'return' => "version",
'current_domain' => true,
));
return $version;
}
/**
* Submit a payment using Stripe's PHP API:
* https://stripe.com/docs/api?lang=php
......
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