node-paytmpg 6.4.2 → 6.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/views/result.hbs +1 -7
- package/package.json +1 -1
package/app/views/result.hbs
CHANGED
|
@@ -34,13 +34,7 @@
|
|
|
34
34
|
<a href="{{receiptUrl}}" class="button" style="text-decoration:none;">Download Receipt</a>
|
|
35
35
|
<form action="{{homeAction}}" method="GET" style="display:inline"><button type="submit" class="button">Done</button></form>
|
|
36
36
|
</div>
|
|
37
|
-
|
|
38
|
-
<form action="{{retryAction}}" method="POST" style="display:inline">
|
|
39
|
-
<input type="hidden" name="ORDER_ID" value="{{orderId}}" />
|
|
40
|
-
<button type="submit" class="button">Try Again</button>
|
|
41
|
-
</form>
|
|
42
|
-
<form action="{{cancelAction}}" method="GET" style="display:inline"><button type="submit" class="button">Cancel</button></form>
|
|
43
|
-
</div>
|
|
37
|
+
|
|
44
38
|
</div>
|
|
45
39
|
</div>
|
|
46
40
|
</section>
|