We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey!
Given the following Mapping::Object:
#<SOAP::Mapping::Object:0x5e19024 {urn:ws.paymentech.net/PaymentechGateway}return= #<SOAP::Mapping::Object:0x5e18f5c {urn:ws.paymentech.net/PaymentechGateway}bin=\"XXXX\" {urn:ws.paymentech.net/PaymentechGateway}procStatus=\"0\">>
When trying to call "return" method on it I'm getting:
NoMethodError: undefined method `return' for SOAP::Mapping::Object:0x00000009229f08
Am I doing it wrong?
Thanks.
The text was updated successfully, but these errors were encountered:
Merge pull request spox#6 from DavidEGrayson/pull_request_130121
b2a8f31
Fixed usage of DateTime#sec_fraction
No branches or pull requests
Hey!
Given the following Mapping::Object:
When trying to call "return" method on it I'm getting:
NoMethodError: undefined method `return' for SOAP::Mapping::Object:0x00000009229f08
Am I doing it wrong?
Thanks.
The text was updated successfully, but these errors were encountered: