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 3b43529 commit 3f45193Copy full SHA for 3f45193
CHANGELOG
@@ -2,11 +2,14 @@
2
= ActiveMerchant CHANGELOG
3
4
== HEAD
5
-* Paysafe: Map order_id to merchantRefNum [jcreiff] #4839
6
-* Stripe PI: Gate sending NTID [almalee24] #4828
+
+== Version 1.134.0 (July 25, 2023)
7
+* Update required Ruby version [almalee24] #4823
8
9
== Version 1.133.0 (July 20, 2023)
10
* CyberSource: remove credentials from tests [bbraschi] #4836
11
+* Paysafe: Map order_id to merchantRefNum [jcreiff] #4839
12
+* Stripe PI: Gate sending NTID [almalee24] #4828
13
14
== Version 1.132.0 (July 20, 2023)
15
* Stripe Payment Intents: Add support for new card on file field [aenand] #4807
lib/active_merchant/version.rb
@@ -1,3 +1,3 @@
1
module ActiveMerchant
- VERSION = '1.133.0'
+ VERSION = '1.134.0'
end
0 commit comments