Skip to content

Commit

Permalink
fixed partners
Browse files Browse the repository at this point in the history
  • Loading branch information
tiamo committed Jul 6, 2020
1 parent 84d88cf commit 8d23c55
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions example/config/partners.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,36 +67,6 @@
'mdn_options' => 'signed-receipt-protocol=optional, pkcs7-signature; signed-receipt-micalg=optional, sha256',
],

[
'id' => 'RelishTest',
'target_url' => 'https://edi.relishops.com/public/index.php',
'certificate' => isset($local['cert']) ? $local['cert'] : null,
'private_key' => isset($local['pkey']) ? $local['pkey'] : null,
'content_type' => 'application/EDI-Consent',
'compression' => true,
'signature_algorithm' => 'sha1',
'encryption_algorithm' => '3des',
// 'content_transfer_encoding' => 'binary',
'mdn_mode' => PartnerInterface::MDN_MODE_SYNC,
'mdn_options' => 'signed-receipt-protocol=optional, pkcs7-signature; signed-receipt-micalg=optional, sha1',
],

[
'id' => 'SATTest',
'email' => 'sanjinhadzic@relishschoolfood.co.uk',
'target_url' => 'http://sat.relishops.com/as2new/public/index.php',
'certificate' => isset($key3['cert']) ? $key3['cert'] : null,
'private_key' => isset($key3['pkey']) ? $key3['pkey'] : null,
// 'private_key_pass_phrase' => 'password',
// 'content_type' => 'application/edi-x12',
'content_type' => 'application/EDI-Consent',
'compression' => true,
'signature_algorithm' => 'sha1',
'encryption_algorithm' => '3des',
'mdn_mode' => PartnerInterface::MDN_MODE_SYNC,
'mdn_options' => 'signed-receipt-protocol=optional, pkcs7-signature; signed-receipt-micalg=optional, sha1',
],

// local station

[
Expand Down

0 comments on commit 8d23c55

Please sign in to comment.