diff --git a/README.md b/README.md index a7d68a8..eccccad 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,9 @@ You need to have [mocha](https://mochajs.org/) installed on your machine in orde * checkoutFormInitialize * [`create({params})`](#create-checkoutforminitialize) +* checkoutFormInitializePreAuth + * [`create({params})`](#create-checkoutforminitializepreauth) + * connectBkmAuth * [`retrieve({params})`](#retrieve-connectbkmauth) @@ -198,6 +201,9 @@ You need to have [mocha](https://mochajs.org/) installed on your machine in orde * connectThreeDSInitialize * [`create({params})`](#create-connecthreedsinitialize) +* connectThreeDSInitializePreAuth + * [`create({params})`](#create-connecthreedsinitializepreauth) + * crossBookingFromSubMerchant * [`create({params})`](#create-crossbookingfromsubmerchant) diff --git a/package.json b/package.json index fcd749f..5e03dea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iyzipay", - "version": "1.1.5", + "version": "1.1.6", "description": "iyzipay api node.js client", "main": "lib/Iyzipay.js", "scripts": {