Skip to content

Commit

Permalink
format: remove unused param
Browse files Browse the repository at this point in the history
  • Loading branch information
ravinderk committed Aug 30, 2023
1 parent 0cc8fb2 commit 8b1fb32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function __construct( int $orderId ) {
public function getData(): array {
ob_start();
$this->paymentGateway->generate_payfast_form( $this->order->get_id() );
$form = ob_get_clean();
ob_get_clean();

// Make $data_to_send property and _generate_parameter_string function accessible.
$reflectionObject = new ReflectionObject( $this->paymentGateway );
Expand Down

0 comments on commit 8b1fb32

Please sign in to comment.