Skip to content
Snippets Groups Projects
Commit 2541c949 authored by mattwire's avatar mattwire
Browse files

Deprecate functions

parent a5f48370
Branches
Tags
No related merge requests found
......@@ -156,6 +156,8 @@ class CRM_Stripe_PaymentIntent {
* @param \CRM_Core_Payment_Stripe $stripe
*
* @throws \Civi\Payment\Exception\PaymentProcessorException
*
* @deprecated not used anywhere?
*/
public static function stripeCancel($params, $stripe) {
$requiredParams = ['id'];
......@@ -174,6 +176,8 @@ class CRM_Stripe_PaymentIntent {
* @param \CRM_Core_Payment_Stripe $stripe
*
* @throws \Civi\Payment\Exception\PaymentProcessorException
*
* @deprecated not used anywhere?
*/
public static function stripeGet($params, $stripe) {
$requiredParams = ['id'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment