We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e49b79e commit ff65460Copy full SHA for ff65460
CHANGELOG.md
@@ -1,6 +1,11 @@
1
PayPal Ruby SDK release notes
2
=============================
3
4
+v1.7.3
5
+------
6
+ * Adding disputes in data_types.rb
7
+ * Fix issue `no implicit conversion of Array into String` [#363](https://github.com/paypal/PayPal-Ruby-SDK/pull/363)
8
+
9
v1.7.2
10
------
11
* Remove logging of unknown fields.
lib/paypal-sdk/rest/version.rb
@@ -1,7 +1,7 @@
module PayPal
module SDK
module REST
- VERSION = "1.7.2"
+ VERSION = "1.7.3"
end
0 commit comments