1
0
mirror of https://github.com/bumi/blockstream_satellite synced 2025-06-15 17:28:14 +00:00

Add readme on how to pay for an order

This commit is contained in:
bumi 2019-02-08 21:16:35 +01:00
parent db7a23d827
commit e245910da8

View File

@ -70,6 +70,17 @@ order = BlockstreamSatellite::Order.get(uuid: 'uuid', auth_token: 'auth_token')
order.bump(1000)
```
### Pay for an order
```ruby
order = BlockstreamSatellite::Order.get(uuid: 'uuid', auth_token: 'auth_token')
# or
order = BlockstreamSatellite::Order.create(path: '/path/to/file')
order.pay
puts order.status
```
## Satus