OptimalPayments / c-sharp_SDK

Optimal Payments c-sharp SDK
MIT License
3 stars 3 forks source link

Missing assembly reference NetbanxException #6

Open fjmusick opened 7 years ago

fjmusick commented 7 years ago

It appears that the C# SDK does not contain a reference to NetbanxException. In addition, the namespace is optimal.common rather than OptimalPayments.Common

The PHP SDK contains a reference to NetbanxException. I assume that the namespace should be OptimalPayments.Common and that PermissionException should extend OptimalException