Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Commit 577d65a

Browse files
authored
Fix spelling error in comment
1 parent f8c11ff commit 577d65a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: samples/RefundOrder.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ public static function refundOrder($captureId, $debug=false)
5252

5353
/**
5454
* This is the driver function which invokes the refund capture function with
55-
* Capture Id to preform refund on capture.
55+
* Capture Id to perform refund on capture.
5656
*/
5757
if (!count(debug_backtrace()))
5858
{
5959
RefundOrder::refundOrder('8XL09935J2224701N', true);
60-
}
60+
}

0 commit comments

Comments
 (0)