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
+1
View File
@@ -7,3 +7,4 @@ dist/
.idea/
npm-debug.log*
yarn-error.log*
.yarn/
+3
View File
@@ -0,0 +1,3 @@
nodeLinker: node-modules
npmRegistryServer: https://gitea.duhanbalci.com/api/packages/duhanbalci/npm/
+3 -3
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',
-2465
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@iyzico/payment",
"version": "1.0.0",
"name": "iyzico-sdk",
"version": "1.0.1",
"description": "Iyzico payment system TypeScript library",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
+2327
View File
File diff suppressed because it is too large Load Diff