We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bd6fe3 commit 3c957cbCopy full SHA for 3c957cb
CHANGELOG.md
@@ -1,5 +1,21 @@
1
# Changelog :zap:
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)
7
+* Add TargetPay gateway (@aderuwe)
8
+* MultiSafepay: Add purchase parameter (@aderuwe)
9
+* MultiSafepay: Add support for directtransaction (@ruudk)
10
+* Authorize.Net SIM: Add support for hash secret (@amsross)
11
+* Authorize.Net AIM: Add extra response getters
12
+* Sage Pay Direct: Don't pass state unless country is US
13
14
+# v1.0.4 (2013-09-20)
15
16
+* Update Pin gateway to support using JS tokens (@nagash)
17
+* More tests (@johnkary)
18
19
# v1.0.3 (2013-08-28)
20
21
* Stripe: Added fetchTransaction method (@cfreear)
0 commit comments