Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Microservice for handling PayPal / Stripe payments over AMQP transport layer
# Microservice for handling PayPal payments over AMQP transport layer

[![Build Status](https://semaphoreci.com/api/v1/makeomatic/ms-payments/branches/master/shields_badge.svg)](https://semaphoreci.com/makeomatic/ms-payments)
[![Code Climate](https://codeclimate.com/github/makeomatic/ms-payments/badges/gpa.svg)](https://codeclimate.com/github/makeomatic/ms-payments)
Expand All @@ -14,9 +14,6 @@ Please follow [this link](https://makeomatic.github.io/ms-payments/docs/API.html

## Tests

Before running tests, you should create your "/test/.env" file with stripe private and public keys.
Details are in ["./test/.env.example"](./test/.env.example).

## Plans

### Plans workflow
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
"redis-filtered-sort": "^2.3.0",
"request": "^2.88.2",
"stdout-stream": "^1.4.1",
"stripe": "^8.61.0",
"urlsafe-base64": "^1.0.0",
"yargs": "^15.3.1"
},
Expand Down
35 changes: 0 additions & 35 deletions schemas/balance/decrement.json

This file was deleted.

10 changes: 0 additions & 10 deletions schemas/balance/get.json

This file was deleted.

13 changes: 0 additions & 13 deletions schemas/charge/get.json

This file was deleted.

25 changes: 0 additions & 25 deletions schemas/charge/list.json

This file was deleted.

15 changes: 0 additions & 15 deletions schemas/charge/paypal/capture.json

This file was deleted.

33 changes: 0 additions & 33 deletions schemas/charge/paypal/create.json

This file was deleted.

27 changes: 0 additions & 27 deletions schemas/charge/paypal/return.json

This file was deleted.

15 changes: 0 additions & 15 deletions schemas/charge/paypal/void.json

This file was deleted.

58 changes: 0 additions & 58 deletions schemas/charge/stripe/create.json

This file was deleted.

4 changes: 0 additions & 4 deletions schemas/charge/stripe/webhook.json

This file was deleted.

6 changes: 0 additions & 6 deletions schemas/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@
"title": "Payment owner",
"description": "Identification of owner"
},
"chargeId": {
"type": "string",
"format": "uuid",
"title": "Charge id",
"description": "Identification of charge"
},
"currency": {
"type": "object",
"description": "Generic currency object",
Expand Down
4 changes: 0 additions & 4 deletions schemas/response/balance/decrement.json

This file was deleted.

31 changes: 0 additions & 31 deletions schemas/response/balance/get.json

This file was deleted.

31 changes: 0 additions & 31 deletions schemas/response/charge/get.json

This file was deleted.

Loading