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
Hi developers,
There is a method createCustomer() in the \Eway\Rapid\Client class, but I'm missing one similar - updateCustomer(), which would use UPDATE_TOKEN_CUSTOMER payment method.
How can I possibly update customer information without recording a payment? createTransaction() method doesn't allow me to do this as the payment method is overridden there for the direct access to one of PROCESS_PAYMENT / AUTHORISE.
At the moment I must implement this method elsewhere, which is not a good way as I cannot use other methods which are private in the Client class.
Thanks for the response.
The text was updated successfully, but these errors were encountered:
Thanks for posting about the lack of update customer in the eWAY PHP SDK - we did manage to miss that function in the initial release.
We've just pushed version 1.1.1 live which includes the update token customer function, you should be able to update your project by running composer update if you installed the SDK with composer.
We'll update our documentation soon, in the meantime the updateCustomer function can be used like this:
Hi developers,
There is a method createCustomer() in the \Eway\Rapid\Client class, but I'm missing one similar - updateCustomer(), which would use UPDATE_TOKEN_CUSTOMER payment method.
How can I possibly update customer information without recording a payment? createTransaction() method doesn't allow me to do this as the payment method is overridden there for the direct access to one of PROCESS_PAYMENT / AUTHORISE.
At the moment I must implement this method elsewhere, which is not a good way as I cannot use other methods which are private in the Client class.
Thanks for the response.
The text was updated successfully, but these errors were encountered: