When we added the new PayPal Advanced we added a new page PPHC PayPal Hosted Checkout
Now I want to change my radio buttons to this new PPHC and I'm lost
None of these seem to lead to the PPHC page
<input type="radio" name="PaymentMethod" value="paypalpro:Visa"/> <b>Visa </b>
value="paypaladv: Visa value="paypal: Visa
Should I use something like this instead?
<input type="radio" name="PaymentMethod" value="paypaladv:PPHC"/>
Original code used with authnet <mvt:if expr="NOT ISNULL l.settings:shippingmethods">
<mvt:comment>Mark added these payment methods </mvt:comment>
<input type="radio" name="PaymentMethod" value="paypal:paypal"> <b>PayPal </b>
<br>
<input type="radio" name="PaymentMethod" value="authnet:MasterCard"> <b>MasterCard </b>
<br>
<input type="radio" name="PaymentMethod" value="authnet:Visa" CHECKED> <b>Visa </b>
<br>
</mvt:if>
Now I want to change my radio buttons to this new PPHC and I'm lost
None of these seem to lead to the PPHC page
<input type="radio" name="PaymentMethod" value="paypalpro:Visa"/> <b>Visa </b>
value="paypaladv: Visa value="paypal: Visa
Should I use something like this instead?
<input type="radio" name="PaymentMethod" value="paypaladv:PPHC"/>
Original code used with authnet <mvt:if expr="NOT ISNULL l.settings:shippingmethods">
<mvt:comment>Mark added these payment methods </mvt:comment>
<input type="radio" name="PaymentMethod" value="paypal:paypal"> <b>PayPal </b>
<br>
<input type="radio" name="PaymentMethod" value="authnet:MasterCard"> <b>MasterCard </b>
<br>
<input type="radio" name="PaymentMethod" value="authnet:Visa" CHECKED> <b>Visa </b>
<br>
</mvt:if>
Comment