0.3.10 • Published 5 years ago

@aplazame/node v0.3.10

Weekly downloads
40
License
GPL-3.0
Repository
github
Last release
5 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

5 years ago

0.3.9

5 years ago

0.3.8

6 years ago

0.3.6

6 years ago

0.3.5

6 years ago

0.3.4

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago