Skip to content

Commit c72374f

Browse files
committed
Add notifyUrl and issuer fields to example app
1 parent 8f0e241 commit c72374f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/views/request.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $response = $gateway->{{ method }}($params);</pre>
1414
<p>The following parameters are available. Not all options are required by all gateways.</p>
1515
<p><span class="label label-info">Note</span> Normally these parameters would be generated by your application and not set via form input.</p>
1616

17-
{% for key in ["amount", "currency", "description", "transactionId", "transactionReference", "cardReference", "returnUrl", "cancelUrl"] %}
17+
{% for key in ["amount", "currency", "description", "transactionId", "transactionReference", "cardReference", "returnUrl", "cancelUrl", "notifyUrl", "issuer"] %}
1818

1919
<div class="control-group">
2020
<label class="control-label" for="params_{{key}}">{{ key }}</label>

0 commit comments

Comments
 (0)