Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 457 Bytes

Backend Files Changes.md

File metadata and controls

20 lines (14 loc) · 457 Bytes
Changes inside Bill Generator and Returl Url Files

1. Bill Generator

  • You need to replace your Secret Key, Access Key.
  • Verify your returnUrl
  String accessKey = "MERCHANT_ACCESS_KEY";
  String secretKey = "MERCHANT_SECRET_KEY";
  String returnUrl = "http://www.yourwebsite.com/returnData.jsp";

2. Return Url

  • You only need to replace your Secret Key.
String secretKey = "MERCHANT_SECRET_KEY";