@@ -260,7 +260,7 @@ |
||
| 260 | 260 | |
| 261 | 261 | foreach ( $map as $property => $adyen_property ) { |
| 262 | 262 | if ( null !== $this->{$property} ) { |
| 263 | - $properties[ $adyen_property ] = $this->{$property}; |
|
| 263 | + $properties[$adyen_property] = $this->{$property}; |
|
| 264 | 264 | } |
| 265 | 265 | } |
| 266 | 266 | |