Push Notifications

This commit is contained in:
David Bomba 2016-03-01 14:00:11 +11:00
parent f1bc597034
commit 2438195c08

View File

@ -59,6 +59,10 @@ class PushService
/**
* pushMessage function
*
* method to dispatch iOS notifications
*
* @param $invoice
* @param $token
* @param $type
@ -88,6 +92,10 @@ class PushService
}
/**
* messageType function
*
* method which formats an appropriate message depending on message type
*
* @param $invoice
* @param $type
* @return string