Skip to content

Commit ed10d17

Browse files
committed
SDKIsNecessary also for ACDC
1 parent 8ee26f7 commit ed10d17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

views/blocks/page/checkout/shipping_and_payment.tpl

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[{assign var="payment" value=$oView->getPayment()}]
22
[{if "oscpaypal_acdc" == $payment->getId() || "oscpaypal_pui" == $payment->getId()}]
3+
[{$oViewConf->setSDKIsNecessary()}]
34
[{if $oViewConf->isFlowCompatibleTheme()}]
45
[{include file="modules/osc/paypal/shipping_and_payment_flow.tpl"}]
56
[{else}]

0 commit comments

Comments
 (0)