-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Map params = new HashMap();
params.put("action", "pay");
params.put("amount", "1.50");
params.put("currency", "UAH");
params.put("order_id", UUID.randomUUID().toString());
params.put("description", "description text");
params.put("language", "uk");
params.put("result_url", "http://localhost:8080");
params.put("sandbox", "1"); // enable the testing environment and card will NOT charged. If not set will be used property isCnbSandbox()
LiqPay liqpay = new LiqPay("i39087887787970", "eS3eYIE3ztX1rere9GXryMUqaBdfsezewEnroKp");
Generated URL - //static.liqpay.com/buttons/p1uk.radius.png
404 Not Found
AndriiStefaniv
Metadata
Metadata
Assignees
Labels
No labels