You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This file is licenced under the Software License Agreement.
7
+
* With the purchase or the installation of the software in your application
8
+
* you accept the licence agreement.
9
+
*
10
+
* You must not modify, adapt or create derivative works of this source code
11
+
*
12
+
* @author sms77.io
13
+
* @copyright 2019-present sms77 e.K.
14
+
* @license LICENSE
15
+
*/
16
+
class Constants
17
+
{
18
+
publicstatic$configuration = [
19
+
'SMS77_API_KEY' => '',
20
+
'SMS77_BULK' => '',
21
+
'SMS77_FROM' => '',
22
+
'SMS77_MSG_ON_DELIVERY' => false,
23
+
'SMS77_MSG_ON_INVOICE' => false,
24
+
'SMS77_MSG_ON_PAYMENT' => false,
25
+
'SMS77_MSG_ON_SHIPMENT' => false,
26
+
'SMS77_ON_DELIVERY' => 'Dear {0} {1}. Your order #{2} has been delivered. Enjoy your goods!',
27
+
'SMS77_ON_INVOICE' => 'Dear {0} {1}. An invoice has been generated for your order #{2}. Log in to your account in order to have a look at it. Best regards!',
28
+
'SMS77_ON_PAYMENT' => 'Dear {0} {1}. A payment has been made for your order #{2}. Log in to your account for more information. Best regards!',
29
+
'SMS77_ON_SHIPMENT' => 'Dear {0} {1}. Your order #{2} has been shipped. Log in to your customer account for more information. Best regards!',
0 commit comments