mirror of
https://github.com/bumi/blockstream_satellite
synced 2026-02-27 02:50:51 +00:00
Add readme on how to pay for an order
This commit is contained in:
11
README.md
11
README.md
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user