We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b9f16 commit ebf4770Copy full SHA for ebf4770
CHANGELOG.md
@@ -2,8 +2,8 @@
2
3
# v1.1.0 (2013-10-19)
4
5
-* Paypal [BC BREAK]: Removed default value `1` for `noShipping` option and added `allowNote` option.
6
- To retain previous behavior, pass `'noShipping' => 1` when creating the request. (@aderuwe)
+* Paypal [BC BREAK]: Removed default values for `noShipping` and `allowNote` Express Checkout options.
+ To retain previous behavior, pass `'noShipping' => 1` and `'allowNote' => 0` when creating the request. (@aderuwe)
7
* Add TargetPay gateway (@aderuwe)
8
* MultiSafepay: Add purchase parameter (@aderuwe)
9
* MultiSafepay: Add support for directtransaction (@ruudk)
0 commit comments