Skip to content

Commit

Permalink
Disable sofort integration test as this payment method is now disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Viincenttt committed Mar 8, 2024
1 parent d903ea8 commit e6c7c01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Mollie.Tests.Integration/Api/PaymentTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ public async Task CanCreatePaymentWithMultiplePaymentMethods() {

[DefaultRetryTheory]
[InlineData(typeof(PaymentRequest), PaymentMethod.Bancontact, typeof(BancontactPaymentResponse))]
[InlineData(typeof(PaymentRequest), PaymentMethod.Sofort, typeof(SofortPaymentResponse))]
[InlineData(typeof(BankTransferPaymentRequest), PaymentMethod.BankTransfer, typeof(BankTransferPaymentResponse))]
[InlineData(typeof(PayPalPaymentRequest), PaymentMethod.PayPal, typeof(PayPalPaymentResponse))]
[InlineData(typeof(PaymentRequest), PaymentMethod.Belfius, typeof(BelfiusPaymentResponse))]
Expand Down

0 comments on commit e6c7c01

Please sign in to comment.