Skip to content

Commit 6f3b155

Browse files
Apply fixes from StyleCI (#83)
1 parent 39b61a0 commit 6f3b155

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Artistas/PagSeguroRecorrente.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -627,16 +627,16 @@ private function formatDiscountMethodData(array $discountSettings)
627627

628628
return $data;
629629
}
630-
630+
631631
/**
632-
* Retentativa de pagamento - Permite a retentativa de uma cobrança não paga ou não processada.
632+
* Retentativa de pagamento - Permite a retentativa de uma cobrança não paga ou não processada.
633633
*
634634
* @param string $orderCode
635635
*
636636
* @return \SimpleXMLElement
637637
*/
638638
public function sendRetentative(string $orderCode)
639639
{
640-
return $this->sendJsonTransaction([], $this->url['preApproval'] . '/' . $this->preApprovalCode . '/payment-orders/' . $orderCode . '/payment');
640+
return $this->sendJsonTransaction([], $this->url['preApproval'].'/'.$this->preApprovalCode.'/payment-orders/'.$orderCode.'/payment');
641641
}
642642
}

0 commit comments

Comments
 (0)