File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 5
5
"authors" : [
6
6
{
7
7
"name" : " Etienne Dauvergne" ,
8
- "homepage" : " http ://ekyna.com"
8
+ "homepage" : " https ://ekyna.com"
9
9
}
10
10
],
11
11
"keywords" : [
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class PayzenGatewayFactory extends GatewayFactory
16
16
/**
17
17
* Builds a new factory.
18
18
*
19
- * @param array $defaultConfig
19
+ * @param array $defaultConfig
20
20
* @param GatewayFactoryInterface|null $coreGatewayFactory
21
21
*
22
22
* @return PayzenGatewayFactory
@@ -53,6 +53,7 @@ protected function populateConfig(ArrayObject $config)
53
53
'ctx_mode ' => null ,
54
54
'directory ' => null ,
55
55
'endpoint ' => null ,
56
+ 'hash_mode ' => Api \Api::HASH_MODE_SHA256 ,
56
57
'debug ' => false ,
57
58
];
58
59
@@ -69,6 +70,7 @@ protected function populateConfig(ArrayObject $config)
69
70
'certificate ' => $ config ['certificate ' ],
70
71
'ctx_mode ' => $ config ['ctx_mode ' ],
71
72
'directory ' => $ config ['directory ' ],
73
+ 'hash_mode ' => $ config ['hash_mode ' ],
72
74
'debug ' => $ config ['debug ' ],
73
75
];
74
76
You can’t perform that action at this time.
0 commit comments