File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed
Resources/TransactionTypes Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ public function getRecurrenceType(): ?string
44
44
}
45
45
46
46
/**
47
- * @param string $recurrenceType Recurrence type used for recurring payment.
47
+ * @param string $recurrenceType Recurrence type used for recurring payment.
48
48
*
49
49
* @return $this
50
50
*/
Original file line number Diff line number Diff line change @@ -294,7 +294,10 @@ public function cardTransactionAcceptsExemptionType(): void
294
294
* Verify card transaction returns Liability Shift Indicator.
295
295
*
296
296
* @test
297
+ *
297
298
* @dataProvider cardTransactionReturnsLiabilityIndicatorDP()
299
+ *
300
+ * @param mixed $pan
298
301
*/
299
302
public function cardTransactionReturnsLiabilityIndicator ($ pan ): void
300
303
{
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ public function gettersAndSettersShouldWorkProperly(): void
78
78
}
79
79
80
80
/**
81
- * Setting recurrence type without a payment type does not raise exception anymore .
81
+ * Setting recurrence type without a payment type does not raise exception.
82
82
*
83
83
* @test
84
84
*/
Original file line number Diff line number Diff line change 24
24
*/
25
25
namespace UnzerSDK \test \unit \Traits ;
26
26
27
- use RuntimeException ;
28
27
use UnzerSDK \Constants \RecurrenceTypes ;
29
28
use UnzerSDK \Resources \Payment ;
30
- use UnzerSDK \Resources \PaymentTypes \BasePaymentType ;
31
29
use UnzerSDK \Resources \PaymentTypes \Card ;
32
- use UnzerSDK \Resources \PaymentTypes \Paypal ;
33
- use UnzerSDK \Resources \PaymentTypes \SepaDirectDebit ;
34
- use UnzerSDK \Resources \PaymentTypes \Sofort ;
35
30
use UnzerSDK \Resources \Recurring ;
36
31
use UnzerSDK \Resources \TransactionTypes \Charge ;
37
32
use UnzerSDK \test \BasePaymentTest ;
You can’t perform that action at this time.
0 commit comments