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.
@@ -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
- <div class="fail-buttons" style="display:flex; gap:12px;">
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>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-paytmpg",
3
- "version": "6.4.2",
3
+ "version": "6.4.3",
4
4
  "description": "Payment Gateway Integration using NodeJS",
5
5
  "main": "index.js",
6
6
  "scripts": {