samples.md in synapse_payments-0.8.1 vs samples.md in synapse_payments-0.9.0

- old
+ new

@@ -196,10 +196,26 @@ from: node_id, to: to_node_id, to_node_type: 'SYNAPSE-US', amount: 24.00, currency: 'USD', - ip_address: '192.168.0.1' + ip_address: '192.168.0.1', +) +``` + +There are optional parameters that can be specified: + +```ruby +response = user_client.send_money( + # ... + extra: { + supp_id: 'my_id' + }, + fees: [ + { + # ... + } + ] ) ``` #### Nodes