@@ -95,7 +95,7 @@ discard block |
||
| 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 |
||
| 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 | * |
@@ -110,7 +110,7 @@ |
||
| 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 | ); |