Skip to content

Commit

Permalink
Fix bracket closure
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-maalouf-cko authored Apr 23, 2018
1 parent d046b8a commit 81051b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions com/checkout/ApiServices/Charges/RequestModels/BaseCharge.php
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,8 @@ public function setCardOnFile($cardOnFile) {

public function setPreviousChargeId($previousChargeId) {
$this->_previousChargeId = $previousChargeId;

}

/**
* @param mixed billingDetails
*/
Expand Down Expand Up @@ -305,4 +306,4 @@ public function getFailUrl()

}

}
}

0 comments on commit 81051b7

Please sign in to comment.