-
Hi, As I have checked the code some files doesn't exist, which are:
\Iyzipay\Request\CreateSubMerchantRequest
\Iyzipay\Model\SubMerchantType
\Iyzipay\Model\SubMerchant
These new models and requests …
frozt updated
8 years ago
-
Would you please consider making this code python 2.7 compatible?
Our code base is large and using python 2.7, and it's not possible for us to migrate to 3.x any time soon. Considering your old API …
-
-
-
I would like to use method chaining for objects. Example:
``` php
$paymentCard = (new \Iyzipay\Model\PaymentCard())
->setCardHolderName("John Doe")
->setCardNumber("5528790000000008")
->s…
-
Hey,
Is it possible to have the following returned with response. They used to be present in the old API (as account object).
- expire_month
- expire_year
- last_4_digits
- cardholder
Thanks