From 81051b72d4fad5e913b1452f034e65fa1b83b2de Mon Sep 17 00:00:00 2001 From: Nicolas Date: Mon, 23 Apr 2018 13:00:08 +0100 Subject: [PATCH] Fix bracket closure --- .../ApiServices/Charges/RequestModels/BaseCharge.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/com/checkout/ApiServices/Charges/RequestModels/BaseCharge.php b/com/checkout/ApiServices/Charges/RequestModels/BaseCharge.php index 92e754e..25c7d2c 100644 --- a/com/checkout/ApiServices/Charges/RequestModels/BaseCharge.php +++ b/com/checkout/ApiServices/Charges/RequestModels/BaseCharge.php @@ -264,7 +264,8 @@ public function setCardOnFile($cardOnFile) { public function setPreviousChargeId($previousChargeId) { $this->_previousChargeId = $previousChargeId; - + } + /** * @param mixed billingDetails */ @@ -305,4 +306,4 @@ public function getFailUrl() } -} \ No newline at end of file +}