File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -627,16 +627,16 @@ private function formatDiscountMethodData(array $discountSettings)
627
627
628
628
return $ data ;
629
629
}
630
-
630
+
631
631
/**
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.
633
633
*
634
634
* @param string $orderCode
635
635
*
636
636
* @return \SimpleXMLElement
637
637
*/
638
638
public function sendRetentative (string $ orderCode )
639
639
{
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 ' );
641
641
}
642
642
}
You can’t perform that action at this time.
0 commit comments