Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar committed Dec 20, 2023
1 parent 4242371 commit 9ea19ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Pay/Adapter/StripeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public function testDeletePaymentMethod(array $data)

$this->expectException('Exception');
$this->expectExceptionCode(404);
$this->stripe->getPaymentMethod($customerId, $data['paymentMethodId'])gi;
$this->stripe->getPaymentMethod($customerId, $data['paymentMethodId']);
}

/** @depends testUpdateCustomer */
Expand Down

0 comments on commit 9ea19ab

Please sign in to comment.