Skip to content

Commit

Permalink
Update web/app/Lib/EnsureBilling.php
Browse files Browse the repository at this point in the history
Co-authored-by: Nils Ringersma <[email protected]>
  • Loading branch information
rafaelstz and nilsringersma authored Jul 30, 2023
1 parent 3d24590 commit 96eb347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app/Lib/EnsureBilling.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ private static function requestRecurringPayment(Session $session, array $config,
],
"returnUrl" => $returnUrl,
"test" => !self::isProd(),
"trialDays": $config["trialDays"],
"trialDays" => $config["trialDays"],
],
]
);
Expand Down

0 comments on commit 96eb347

Please sign in to comment.