No readme file found in bundle.
Copyright (C) 2010-2012 Lexik <dev@lexik.fr>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
lexik_paybox:
public_key: ~
parameters: # Required
production: false
currencies:
# Defaults:
- 036
- 124
- 756
- 826
- 840
- 978
site: ~ # Required
rank: ~
rang: ~
login: ~
cle: ~
hmac: # Required
algorithm: sha512
key: ~ # Required
signature_name: Sign
servers:
system:
primary:
protocol: https
host: tpeweb.paybox.com
system_path: /cgi/MYchoix_pagepaiement.cgi
cancellation_path: /cgi-bin/ResAbon.cgi
test_path: /load.html
secondary:
protocol: https
host: tpeweb1.paybox.com
system_path: /cgi/MYchoix_pagepaiement.cgi
cancellation_path: /cgi-bin/ResAbon.cgi
test_path: /load.html
preprod:
protocol: https
host: preprod-tpeweb.paybox.com
system_path: /cgi/MYchoix_pagepaiement.cgi
cancellation_path: /cgi-bin/ResAbon.cgi
test_path: /load.html
direct_plus:
primary:
protocol: https
host: ppps.paybox.com
api_path: /PPPS.php
secondary:
protocol: https
host: ppps1.paybox.com
api_path: /PPPS.php
preprod:
protocol: https
host: preprod-ppps.paybox.com
api_path: /PPPS.php
transport: Lexik\Bundle\PayboxBundle\Transport\CurlTransport
-
Merge pull request #88 from SarramegnaG/master
By web-flow, 3 years ago
-
Fix documentation and SampleController inconsistency
By Guillaume SARRAMEGNA, 3 years ago
-
Update UrlGenerator to absolute URL
By web-flow, 3 years ago
-
Updated UrlGenerator param to absolute URL
By web-flow, 3 years ago
-
UrlGeneratorInterface referenceType
By web-flow, 3 years ago
-
Merge pull request #83 from mathieu-gilloots/master
By web-flow, 3 years ago
-
Maintenance info
By web-flow, 3 years ago
-
Update README.md
By web-flow, 3 years ago
-
Update README.md
By web-flow, 3 years ago
-
Fix support for Twig 2.*
By Mathieu GILLOOTS, 3 years ago
-
Merge pull request #79 from yannissgarra/master
By web-flow, 4 years ago
-
Add missing PBX_TYPECARTE
By Yannis Sgarra, 4 years ago
-
Merge pull request #72 from Soullivaneuh/form-compat-check
By cedric-g, 4 years ago
-
Fix Symfony version detection for forms
By Soullivaneuh, 4 years ago
-
Merge pull request #69 from tipims/fix-card-type
By cedric-g, 4 years ago
-
Merge branch 'sf3.0'
By cedric-g, 4 years ago
-
changed way to compare kernel versions
By cedric-g, 4 years ago
-
Fix allowed value for pbx card type
By Florence Cauchy, 4 years ago
-
Merge pull request #67 from babaorum/sf3.0
By cedric-g, 4 years ago
-
Fix debrecated usage of form type (Symfony 3 must be FQCN instead of strings)
By , 4 years ago
-
Merge pull request #65 from babaorum/sf3.0
By cedric-g, 4 years ago
-
Merge pull request #61 from acidjames/patch-2
By cedric-g, 4 years ago
-
removed link to stillmaintained
By cedric-g, 4 years ago
-
Replace request dependency by request_stack in lexik_paybox.response_handler
By babaorum, 4 years ago
-
checks curl error number
By cedric-g, 5 years ago
-
updated requirements and travis file
By cedric-g, 5 years ago
-
DEPRECATED Pattern vs Path
By , 5 years ago
-
Merge pull request #60 from Soullivaneuh/deprecated
By cedric-g, 5 years ago
-
Fix deprecated OptionsResolver::setDefined method usage
By Soullivaneuh, 5 years ago
-
Fix deprecated OptionsResolver::setAllowedValues signature usage
By Soullivaneuh, 5 years ago