sdk-ruby icon indicating copy to clipboard operation
sdk-ruby copied to clipboard

Fixed type for customerProfileId in request.

Open mdchaney opened this issue 4 years ago • 0 comments

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.

mdchaney avatar Oct 07 '20 16:10 mdchaney