Skip to content

Commit

Permalink
Correct comments typos following #77
Browse files Browse the repository at this point in the history
  • Loading branch information
hobailey committed Feb 10, 2016
1 parent 4fa9126 commit 0838105
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/cases/payIns.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ function test_PayIns_PreAuthorizedDirect() {
function test_PayIns_BankWireDirect_Create() {
$wallet = $this->getJohnsWallet();
$user = $this->getJohn();
// create pay-in PRE-AUTHORIZED DIRECT
// create pay-in BANKWIRE DIRECT
$payIn = new \MangoPay\PayIn();
$payIn->CreditedWalletId = $wallet->Id;
$payIn->AuthorId = $user->Id;
Expand Down Expand Up @@ -166,7 +166,7 @@ function test_PayIns_BankWireDirect_Create() {
function test_PayIns_BankWireDirect_Get() {
$wallet = $this->getJohnsWallet();
$user = $this->getJohn();
// create pay-in PRE-AUTHORIZED DIRECT
// create pay-in BANKWIRE DIRECT
$payIn = new \MangoPay\PayIn();
$payIn->CreditedWalletId = $wallet->Id;
$payIn->AuthorId = $user->Id;
Expand Down Expand Up @@ -202,7 +202,7 @@ function test_PayIns_BankWireDirect_Get() {
function test_PayIns_DirectDebitWeb_Create() {
$wallet = $this->getJohnsWallet();
$user = $this->getJohn();
// create pay-in PRE-AUTHORIZED DIRECT
// create pay-in DIRECT DEBIT WEB
$payIn = new \MangoPay\PayIn();
$payIn->CreditedWalletId = $wallet->Id;
$payIn->AuthorId = $user->Id;
Expand Down

0 comments on commit 0838105

Please sign in to comment.