1.1.4 • Published 9 years ago

umpay v1.1.4

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

node-umpay

This is an implementation for UMPAY private version.

Now the project passed basic test. But it is not fully tested.

This project is write in Typescript 1.4.

File sample.ts is example code. File index.js is the entry.

Api:

   Available options:
{
   	spId:"xxx",
    merId:"xxx",
    heartbeatTimeout:180*1000,
    priKeyPath:"path/prikey",
    latestOrderIdHolder: {
        file:"./orderHolder",
        limit:100
    },
    goodsId:{
        //amount=goodsId        
    }
}

P.S. all option in constructor can be emitted.

latestOrderIdHolder: hold pay order detail, because you need orderId and amount to refund.

You can open sample.ts to see detail.

I will be pleasure if this helps.

1.1.4

9 years ago

1.1.3

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago