Skip to content

Commit f49b9b4

Browse files
committed
[change] (UMCS-145) - fix PR comments.
1 parent dea0f85 commit f49b9b4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/integration/PaymentTypes/ApplepayTest.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function applepayShouldBeChargeable(): void
7777
*
7878
* @test
7979
*
80-
* @throws \UnzerSDK\Exceptions\UnzerApiException
80+
* @throws UnzerApiException
8181
*/
8282
public function applepayCanBeAuthorized(): void
8383
{
@@ -118,10 +118,6 @@ public function applepayCanPerformChargeAndCreatesPaymentObject(): void
118118

119119
$charge = $applepay->charge(1.0, 'EUR', self::RETURN_URL, null, null, null, null, false);
120120

121-
// applepay recurring is activated through charge transaction
122-
/** @var Applepay $fetchedApplepay */
123-
$fetchedApplepay = $this->unzer->fetchPaymentType($applepay->getId());
124-
125121
// verify charge has been created
126122
$this->assertNotNull($charge->getId());
127123

0 commit comments

Comments
 (0)