docs/SupportedCountry.md in velopayments-2.11.73 vs docs/SupportedCountry.md in velopayments-2.14.90.pre.1
- old
+ new
@@ -10,10 +10,10 @@
## Code Sample
```ruby
require 'VeloPayments'
-instance = VeloPayments::SupportedCountry.new(iso_country_code: null,
- currencies: null)
+instance = VeloPayments::SupportedCountry.new(iso_country_code: US,
+ currencies: ["USD"])
```