Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisidakwo committed Sep 4, 2021
2 parents cb72322 + 454efc0 commit 885799e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Rave.php
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,6 @@ public function chargeBankAccount(array $transactionData): BankAccountCharge {

$response = $this->authenticatedHttpClient->post($bankAccountChargeRequest);

var_dump($response);

$bankAccountChargeResponse = new BankAccountChargeResponse($response);

return $bankAccountChargeResponse->getBankAccountCharge();
Expand Down

0 comments on commit 885799e

Please sign in to comment.