Skip to content

Commit

Permalink
fix: $ignoreChargeResult tem valor true por padrão para manter o suporte
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewalkermo authored Apr 26, 2024
1 parent 8ba0d7f commit 6fc7729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GuSubscriptionTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ public function markAsCancelled()
*
* @throws \LogicException
*/
public function resume($ignoreChargeResult = false)
public function resume($ignoreChargeResult = true)
{
$subscription = $this->asIuguSubscription();

Expand Down

0 comments on commit 6fc7729

Please sign in to comment.