docs/PaymentInstruction.md in velopayments-2.11.73 vs docs/PaymentInstruction.md in velopayments-2.14.90.pre.1
- old
+ new
@@ -14,14 +14,14 @@
## Code Sample
```ruby
require 'VeloPayments'
-instance = VeloPayments::PaymentInstruction.new(remote_id: null,
- currency: null,
- amount: null,
- payment_memo: null,
- source_account_name: null,
- payor_payment_id: null)
+instance = VeloPayments::PaymentInstruction.new(remote_id: remoteId1234,
+ currency: USD,
+ amount: 1299,
+ payment_memo: my memo,
+ source_account_name: MyAccountName,
+ payor_payment_id: 123211321ABSD)
```