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
The createCard method is not defined or implemented in Gateway, but it is listed as a @method in GatewayInterface. I am using the latest '3.0.x-dev' version. Using the recommended nonce method works perfectly, but I have some cases where I cannot rely on the nonce, and must use card data. I can see there's no CreateCardRequest object, either. Is this on purpose due to the workflow described here: https://stackoverflow.com/a/32131395/1611905 ?
The text was updated successfully, but these errors were encountered:
The
createCard
method is not defined or implemented inGateway
, but it is listed as a@method
inGatewayInterface
. I am using the latest '3.0.x-dev' version. Using the recommended nonce method works perfectly, but I have some cases where I cannot rely on the nonce, and must use card data. I can see there's noCreateCardRequest
object, either. Is this on purpose due to the workflow described here: https://stackoverflow.com/a/32131395/1611905 ?The text was updated successfully, but these errors were encountered: