Skip to content

Commit cbd0458

Browse files
Update rave.php
1 parent 9c5d88f commit cbd0458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/rave.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ function requeryTransaction($referenceNumber)
575575
// Make `POST` request and handle response with unirest
576576
$response = Request::get($url, $headers);
577577

578-
print_r($response);
578+
// print_r($response);
579579

580580
//check the status is success
581581
if ($response->body && $response->body->status === "success") {

0 commit comments

Comments
 (0)