davidtsadler / ebay-sdk-php

An eBay SDK for PHP. Use the eBay API in your PHP projects.
Apache License 2.0
350 stars 343 forks source link

Interger overflow issue in SellerPaymentProfileType #50

Closed gitmastro closed 8 years ago

gitmastro commented 8 years ago

File: src/MerchantData/Types/SellerPaymentProfileType.php When we have bigint value for payment profile ID it does not works .. either we should type cast as string or long

 'PaymentProfileID' => [
            'type' => 'integer',
            'repeatable' => false,
            'attribute' => false,
            'elementName' => 'PaymentProfileID'
        ],
davidtsadler commented 8 years ago

Is your systrem 32Bit or 64Bit ?

davidtsadler commented 8 years ago

http://devbay.net/sdk/guides/getting-started/requirements.html#using-the-sdk-with-32-bit-systems

gitmastro commented 8 years ago

Thanks for prompt response ... you are right let me get back to you... my production is 64bit.. seems like beta is bit is 32 bit