Skip to content

Commit

Permalink
Release v1.132.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bbraschi committed Jul 20, 2023
1 parent 7b9658e commit 643b707
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
== HEAD
* Stripe Payment Intents: Add support for new card on file field [aenand] #4807
* Commerce Hub: Add `physicalGoodsIndicator` and `schemeReferenceTransactionId` GSFs [sinourain] #4786
* Nuvei (formerly SafeCharge): Add customer details to credit action [yunnydang] #4820
* IPG: Update live url to correct endpoint [curiousepic] #4121
* VPos: Adding Panal Credit Card type [jherreraa] #4814
* Stripe PI: Update parameters for creation of customer [almalee24] #4782
* WorldPay: Update xml tag for Credit Cards [almalee24] #4797
* PaywayDotCom: update `live_url` [jcreiff] #4824
* Stripe & Stripe PI: Update login key validation [almalee24] #4816
* CheckoutV2: Parse the AVS and CVV checks more often [aenand] #4822
Expand All @@ -22,7 +25,6 @@
* Authorize.net: Truncate nameOnAccount for bank refunds [jcreiff] #4808
* CheckoutV2: Add support for several customer data fields [rachelkirk] #4800
* Worldpay: check payment_method responds to payment_cryptogram and eci [bbraschi] #4812
* IPG: Update live url to correct endpoint [curiousepic] #4121

== Version 1.130.0 (June 13th, 2023)
* Payu Latam - Update error code method to surface network code [yunnydang] #4773
Expand Down
2 changes: 1 addition & 1 deletion lib/active_merchant/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveMerchant
VERSION = '1.131.0'
VERSION = '1.132.0'
end
8 changes: 4 additions & 4 deletions test/fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ culqi:
# Cybersource support to enable the recurring and pinless debit
# services on your test account.
cyber_source:
login: X
password: Y
login: "shopify_dev_test"
password: "3PasJd0w5+Dh/W4xcX8tS0cVZ67KO7FEp0b+IzW3tF9YkCpG/YTVspXDaq+4or21K3hQ1pULambN1we1tsGUOV3tu4z2POGgsMCiNwrm84FnnLofxtu7BFCzUpYaptpf0xMIG24awbDnt3iFFEWI1ly5sDQwzMgBnVgwPkqLmkczkEz2Ddq0oiuaOfskvlain0aP9oL7LxG7xQb6RIcBLxiAb2Hw3E1BCLB+RoikVfFNwat7goB+QQv8lrDIAztOmX34NH3HQiHpeUcqiu6RmuU3qflLor5PDD9Gs9FVNy4PxTsIRNsSMGdxCMj7SjrqZd8yFhoY0g2ogeGFnkAUUA=="

cyber_source_latam_pe:
login: merchant_id
Expand Down Expand Up @@ -1142,7 +1142,7 @@ raven_pac_net:

reach:
merchant_id: 'xxxxxxx'
secret: 'xxxxxxx'
secret: 'xxxxxxx'

realex:
login: X
Expand Down Expand Up @@ -1289,7 +1289,7 @@ shift4:
# Working credentials, no need to replace
simetrik:
client_id: 'wNhJBdrKDk3vTmkQMAWi5zWN7y21adO3'
client_secret: 'fq2riPpiDJaAwS4_UMAXZy1_nU1jNGz0F6gAFWOJFNmm_TfC8EFiHwMmGKAEDkwY'
client_secret: 'fq2riPpiDJaAwS4_UMAXZy1_nU1jNGz0F6gAFWOJFNmm_TfC8EFiHwMmGKAEDkwY'

# Replace with your serial numbers for the skipjack test environment
skipjack:
Expand Down

0 comments on commit 643b707

Please sign in to comment.