This commit is contained in:
Duhan BALCI
2026-01-02 13:59:58 +03:00
parent c65195d26d
commit 219fcc13af
6 changed files with 2337 additions and 2471 deletions

View File

@@ -1,17 +1,17 @@
# @iyzico/payment
# @duhanbalci/iyzico-sdk
TypeScript SDK for iyzico payment gateway.
## Installation
```bash
npm install @iyzico/payment
npm install @duhanbalci/iyzico-sdk
```
## Usage
```typescript
import { IyzicoClient } from '@iyzico/payment';
import { IyzicoClient } from '@duhanbalci/iyzico-sdk';
const client = new IyzicoClient({
apiKey: 'your-api-key',