Skip to content

Commit

Permalink
CyberSource: remove credentials from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bbraschi committed Jul 20, 2023
1 parent ce310ff commit b3f4549
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
= ActiveMerchant CHANGELOG

== HEAD
* CyberSource: remove credentials from tests [bbraschi] #4836

== Version 1.132.0 (July 20, 2023)
* Stripe Payment Intents: Add support for new card on file field [aenand] #4807
Expand Down
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: "shopify_dev_test"
password: "3PasJd0w5+Dh/W4xcX8tS0cVZ67KO7FEp0b+IzW3tF9YkCpG/YTVspXDaq+4or21K3hQ1pULambN1we1tsGUOV3tu4z2POGgsMCiNwrm84FnnLofxtu7BFCzUpYaptpf0xMIG24awbDnt3iFFEWI1ly5sDQwzMgBnVgwPkqLmkczkEz2Ddq0oiuaOfskvlain0aP9oL7LxG7xQb6RIcBLxiAb2Hw3E1BCLB+RoikVfFNwat7goB+QQv8lrDIAztOmX34NH3HQiHpeUcqiu6RmuU3qflLor5PDD9Gs9FVNy4PxTsIRNsSMGdxCMj7SjrqZd8yFhoY0g2ogeGFnkAUUA=="
login: X
password: Y

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 b3f4549

Please sign in to comment.