| Total Complexity | 3 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | class ARBCreateSubscriptionRequest extends ARBSubscriptionRequest |
||
| 13 | { |
||
| 14 | protected $subscription; |
||
| 15 | |||
| 16 | 1 | public function __construct( |
|
| 23 | 1 | } |
|
| 24 | |||
| 25 | /** |
||
| 26 | * @param \CommerceGuys\AuthNet\DataTypes\Subscription $subscription |
||
| 27 | * @return $this |
||
| 28 | */ |
||
| 29 | 1 | public function setSubscription(Subscription $subscription) |
|
| 33 | } |
||
| 34 | |||
| 35 | 1 | protected function attachData(RequestInterface $request) |
|
| 40 |