| Conditions | 1 |
| Paths | 1 |
| Total Lines | 4 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 26 | public function scheduleNextCharge(Subscription $subscription): void |
||
| 27 | { |
||
| 28 | $obolSubscription = $this->provider->subscriptions()->get($subscription->getMainExternalReference(), $subscription->getChildExternalReference()); |
||
| 29 | $subscription->setValidUntil($obolSubscription->getValidUntil()); |
||
|
|
|||
| 30 | } |
||
| 32 |