|
@@ -38,7 +38,7 @@ |
|
|
block discarded – undo |
|
38
|
38
|
public function payments(string $action, string $description) |
|
39
|
39
|
{ |
|
40
|
40
|
$clientToken = $this->braintreeService->getPaymentService()->getClientToken(); |
|
41
|
|
- return $this->render('braintree/payments/'. $action .'.html.twig', [ |
|
|
41
|
+ return $this->render('braintree/payments/' . $action . '.html.twig', [ |
|
42
|
42
|
'paypalClientId' => $this->getParameter('PAYPAL_SDK_CLIENT_ID'), |
|
43
|
43
|
'clientToken' => $clientToken, |
|
44
|
44
|
'name' => $description |
Please login to merge, or discard this patch.