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 line of code assumes that $customer is an array. However, it can be a Customer or an array.
Implementing this version upgrade in our codebase caused issues for us because we are passing a Customer object to createCustomer and resulted in the following error: Cannot use object of type Eway\Rapid\Model\Customer as array.
This line of code assumes that $customer is an array. However, it can be a
Customer
or an array.Implementing this version upgrade in our codebase caused issues for us because we are passing a
Customer
object tocreateCustomer
and resulted in the following error:Cannot use object of type Eway\Rapid\Model\Customer as array
.Originally posted by @beattie19 in #26 (comment)
The text was updated successfully, but these errors were encountered: