Tests and package name updated
This commit is contained in:
9
Runtime/Models/Websocket/PaymentOutcome.cs
Normal file
9
Runtime/Models/Websocket/PaymentOutcome.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Darkmatter.Fonepay
|
||||
{
|
||||
public enum PaymentOutcome
|
||||
{
|
||||
Failed,
|
||||
Complete,
|
||||
CancelledByUser
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user