Completed
Push — master ( f3dcef...b4070a )
by Jacques
02:07
created
src/Client.php 2 patches
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@  discard block
 block discarded – undo
95 95
      *
96 96
      * @param  int  $amount  Amount in rands (ZAR) to transfer to the recipients SmartCall Dealer Account
97 97
      * @param  int  $msisdn  MSISDN of the account to receive the funds being transfered
98
-     * @param  bool $sendSms true = send sms | false do not send a sms
98
+     * @param  bool $sendSMS true = send sms | false do not send a sms
99 99
      *
100 100
      * @throws Exception
101 101
      *
@@ -326,7 +326,6 @@  discard block
 block discarded – undo
326 326
      * against at SmartCall.
327 327
      *
328 328
      * @param string $field        client_ref | msisdn | order_reference
329
-     * @param string $query_string Client Reference when client_ref or a users MSISDN when msisdn
330 329
      *
331 330
      * @throws Exception
332 331
      *
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@
 block discarded – undo
110 110
                     'json' => [
111 111
                         'amount'          => $amount,
112 112
                         'recipientMsisdn' => $msisdn,
113
-                        'sendSms'         => (bool)$sendSms,
113
+                        'sendSms'         => (bool) $sendSms,
114 114
                     ],
115 115
                 ]
116 116
             );
Please login to merge, or discard this patch.