Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
akDeveloper committed May 18, 2016
2 parents ea3ba35 + 87f7402 commit dc65f41
Showing 1 changed file with 23 additions and 8 deletions.
31 changes: 23 additions & 8 deletions tests/fixtures.dist.ini
@@ -1,13 +1,20 @@
[authorize_net]
login = 'x'
password = 'y'
[beanstream]
merchant_id = 'x'
passcode = 'y'
[cardstream]
login = 'x'
password = 'y'
[centinel]
login = 'x'
password = 'y'
processor_id = 'z'
[datacash]
client = 'x'
password = 'y'
merchant_url = 'https://www.example.com'
[epdq]
login = 'x'
password = 'y'
Expand Down Expand Up @@ -36,18 +43,26 @@ login = 'x'
password = 'y'
signature = 'z'
[piraeus_paycenter]
acquire_id = 'x',
merchant_id = 'y',
pos_id = 'z',
user = 'b',
password = 'a',
acquire_id = 'x'
merchant_id = 'y'
pos_id = 'z'
user = 'b'
password = 'a'
channel_type = 'c'
[piraeus_paycenter_redirect]
acquire_id = 'x',
merchant_id = 'y',
[[piraeus_paycenter_redirect]
acquire_id = 'x'
merchant_id = 'y'
pos_id = 'z'
user = 'b'
password = 'a',
[piraeus_paycenter_tokenization]
acquire_id = 'x'
merchant_id = 'y'
pos_id = 'z',
user = 'b',
password = 'a',
channel_type = 3DSecure
crs = 'x'
[psigate]
login = 'teststore'
password = 'psigate1234'
Expand Down

0 comments on commit dc65f41

Please sign in to comment.