0.3.10 • Published 4 years ago

@aplazame/node v0.3.10

Weekly downloads
40
License
GPL-3.0
Repository
github
Last release
4 years ago

github-banner

Aplazame SDK for NodeJS

node install @aplazame/node --save

Full example in: Github

var aplazame = require('@aplazame/node')({
  access_token: 'merchant_private_key',
  is_sandbox: true,
})

aplazame.post('/checkout', {
  merchant: {...},
  order: {...},
  customer: {...},
  billing: {...},
  shipping: {...},
}).then(function (order) {

})

Launching example

  npm install
  
  PUBLIC_KEY=2399abc3f1f5ba3ab94s9s87ts987st9s87t9s8s \
	PRIVATE_KEY=dce981b80s098s098sy09s8y0s98yss9syt9s78s \
	node example/server.js
0.3.10

4 years ago

0.3.9

4 years ago

0.3.8

4 years ago

0.3.6

5 years ago

0.3.5

5 years ago

0.3.4

5 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago