mirror of
https://github.com/duhanbalci/iyzico.git
synced 2026-03-03 20:29:18 +00:00
1.0.1
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -6,4 +6,5 @@ dist/
|
||||
.vscode/
|
||||
.idea/
|
||||
npm-debug.log*
|
||||
yarn-error.log*
|
||||
yarn-error.log*
|
||||
.yarn/
|
||||
|
||||
3
.yarnrc.yml
Normal file
3
.yarnrc.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
nodeLinker: node-modules
|
||||
|
||||
npmRegistryServer: https://gitea.duhanbalci.com/api/packages/duhanbalci/npm/
|
||||
@@ -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
package-lock.json
generated
2465
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user