Skip to content

Commit

Permalink
fix: phpcs error
Browse files Browse the repository at this point in the history
  • Loading branch information
kapilpaul committed Feb 28, 2022
1 parent 9e06f11 commit 37108a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Gateway/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ public function maybe_update_transaction( $payment_id, $verify_payment, $respons
* @since 2.1.0
*
* @return boolean|\WP_Error True or false based on success, or a WP_Error object.
* @throws \Exception
* @throws \Exception Exception message.
*/
public function init_refund( $order_id, $amount = null, $reason = '', $wc_create_refund = false ) {
$order = wc_get_order( $order_id );
Expand Down

0 comments on commit 37108a6

Please sign in to comment.