sdk-ruby
sdk-ruby copied to clipboard
Fixed type for customerProfileId in request.
In CreateCustomerProfileFromTransactionRequest the customerProfileId was improperly specified as a NumericStringsType. This commit removes the designation.
Note that in some places customerProfileId is specified as an Integer, which is correct. There should probably be consistency applied.
Closes #180.