Skip to content

Commit 2d0498a

Browse files
committed
Improve comment
1 parent a4512a3 commit 2d0498a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

square/helpers/FrmSquareLiteApiHelper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class FrmSquareLiteApiHelper {
1111

1212
/**
1313
* The payments submodule calls this function.
14-
* This function exists so payments can be refunded when Authorize.Net is active.
14+
* This function exists so payments can be refunded when the Stripe add-on or Authorize.Net is active.
1515
*
1616
* @param int $payment_id
1717
*
@@ -23,7 +23,7 @@ public static function refund_payment( $payment_id ) {
2323

2424
/**
2525
* The payments submodule calls this function.
26-
* This function exists so subscriptions can be cancelled when Authorize.Net is active.
26+
* This function exists so subscriptions can be cancelled when the Stripe add-on or Authorize.Net is active.
2727
*
2828
* @param string $sub_id
2929
*

0 commit comments

Comments
 (0)