ripe-tech / ripe-sdk

The public Javascript SDK for RIPE Core
https://www.platforme.com
Apache License 2.0
8 stars 4 forks source link

#32: Order and related types #236

Closed joao-conde closed 3 years ago

joao-conde commented 3 years ago
- -
Issue https://github.com/ripe-tech/ripe-twitch/issues/32
Dependencies --
Decisions In RIPE Twitch, importOrderP, will be used when a Twitch order is paid. getOrdersP and deleteOrderP will be used for testing purposes. Additionally, having this further typed serves as documentation of the ripe-sdk itself.
joao-conde commented 3 years ago

Assigning to me as I check if I can use also getOrders

joamag commented 3 years ago

@joao-conde Let's reverse the open types. We've just verified that there's no runtime error when the base object expands in nature.

joao-conde commented 3 years ago

@joao-conde Let's reverse the open types. We've just verified that there's no runtime error when the base object expands in nature.

Already did