-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Customer verify request + other updates #13
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #13 +/- ##
==============================================
- Coverage 100.00% 83.64% -16.36%
- Complexity 145 186 +41
==============================================
Files 45 51 +6
Lines 426 532 +106
==============================================
+ Hits 426 445 +19
- Misses 0 87 +87
Continue to review full report at Codecov.
|
You've made a lot of these changes strval ($ transactionId) => (string) $ transactionId. Why? |
It has better speed performance and decrease cognitive loading. Decreased
parenthesis nesting.
пт, 28 авг. 2020 г., 08:57 Roman Zhuravel <notifications@github.com>:
… You've made a lot of these changes strval ($ transactionId) => (string) $
transactionId. Why?
Pay attention to Codecov Report
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#13 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APYUDZX7FXASKVFBTX7O7DLSC5BNJANCNFSM4QMYXGZA>
.
|
So what? |
Conflicts |
Merged |
…-php-client into customer-verify-request
use
;strval()
to(string)
typecasting to decrease cognitive loading and improve speed performance;$response->get()
to be able to get response as array with default value$response->get(null, [])
;