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
There are a bunch of attributes on the Transaction model missing from the phpdoc, namely TransactionStatus referenced by the docs and used in the readme example.
This left me confused for a while before I decided to check the code to make sure it wasn't just a typing problem; it wouldn't be the first time that the documentation for an API is out of sync with either the client library or the implementation (or both).
The following phpdoc properties are missing
Address
AuthorisationCode
BeagleEmail
BeaglePhone
BeagleScore
BeagleVerification
Captured
CustomerIP
CustomerNote
CustomerReadOnly
CustomView
CVN
Email
HeaderText
InvoiceReference
Language
LogoUrl
Mobile
Phone
ProcessingDetails
ResponseCode
ResponseMessage
Status
Total
TotalAmount
TransactionID
TransactionStatus
Verification
VerifyCustomerEmail
VerifyCustomerPhone
Also, AuthorisationCode is listed in $fillable twice.
The text was updated successfully, but these errors were encountered:
There are a bunch of attributes on the Transaction model missing from the phpdoc, namely
TransactionStatus
referenced by the docs and used in the readme example.This left me confused for a while before I decided to check the code to make sure it wasn't just a typing problem; it wouldn't be the first time that the documentation for an API is out of sync with either the client library or the implementation (or both).
The following phpdoc properties are missing
Also,
AuthorisationCode
is listed in$fillable
twice.The text was updated successfully, but these errors were encountered: