diff options
Diffstat (limited to 'src/IOL.VippsEcommerce.Tests/PaymentInitiationTests.cs')
| -rw-r--r-- | src/IOL.VippsEcommerce.Tests/PaymentInitiationTests.cs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/IOL.VippsEcommerce.Tests/PaymentInitiationTests.cs b/src/IOL.VippsEcommerce.Tests/PaymentInitiationTests.cs new file mode 100644 index 0000000..d802fb1 --- /dev/null +++ b/src/IOL.VippsEcommerce.Tests/PaymentInitiationTests.cs @@ -0,0 +1,13 @@ +using Xunit.Abstractions; + +namespace IOL.VippsEcommerce.Tests +{ + public class PaymentInitiationTests + { + private readonly ITestOutputHelper _helper; + + public PaymentInitiationTests(ITestOutputHelper helper) { + _helper = helper; + } + } +}
\ No newline at end of file |
