Fixes and sample
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace Darkmatter.Fonepay
|
||||
{
|
||||
[Serializable]
|
||||
public struct QRVerificationStatus
|
||||
{
|
||||
public bool success;
|
||||
public string message;
|
||||
public bool qrVerified;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user