Add Paddle Integration (#726)

* 🚧 Resource descriptions

* 🚧 Node logic / Genericfunctions setup

* 🚧 Tests / changes

* 🚧 Changes

- Added loadOptions to Payments / Coupon properties for easier item selection
- Added exemptions for how data is returned due to inconsistent data return object from API
- Other small fixes in main node

* 🚧 Simplified HTTPS error response

* 🚧 Added RAW Data options

* 🔥 Removed order resource

- Cannot fetch order without a checkout ID, which can only be obtained via a custom implementation which involves a callback function when a user goes through their checkout process.

*  Improvement to Paddle-Node

*  Improvements

*  Added all currencies, discount grouped properties to coupon update

Co-authored-by: ricardo <ricardoespinoza105@gmail.com>
This commit is contained in:
Rupenieks
2020-08-25 10:50:39 +02:00
committed by GitHub
parent c22b023df2
commit 72102faed5
12 changed files with 2142 additions and 1 deletions

View File

@@ -526,4 +526,4 @@ export const dealFields = [
description: 'The content of the deal note',
},
] as INodeProperties[];
] as INodeProperties[];