Skip to content

Commit

Permalink
Apply fixes from StyleCI (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandobandeira authored Aug 6, 2017
1 parent 91dd748 commit 9b01f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Artistas/PagSeguroRecorrente.php
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ public function paymentOrders($preApprovalCode)
return $this->sendJsonTransaction([], $this->url['preApproval'].'/'.$preApprovalCode.'/payment-orders', 'GET');
}

/**
/**
* Consulta um pagamento recorrente.
*
* @param string $preApprovalCode
Expand Down

0 comments on commit 9b01f63

Please sign in to comment.