ledger top up functionality and few small fixes for project architechture and design
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class OperationDocumentRef {
|
||||
final String gatewayService;
|
||||
final String operationRef;
|
||||
|
||||
const OperationDocumentRef({
|
||||
required this.gatewayService,
|
||||
required this.operationRef,
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user