Closed gitmastro closed 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' ],
Is your systrem 32Bit or 64Bit ?
http://devbay.net/sdk/guides/getting-started/requirements.html#using-the-sdk-with-32-bit-systems
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
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