Commit 0508ec32 authored by iman Fauzi's avatar iman Fauzi

payment error

parent 95116885
...@@ -10,6 +10,15 @@ public class PaymentResponse { ...@@ -10,6 +10,15 @@ public class PaymentResponse {
private String url; private String url;
private String bank; private String bank;
private boolean isSelected;
public boolean isSelected() {
return isSelected;
}
public void setSelected(boolean selected) {
isSelected = selected;
}
public PaymentResponse(String url, String bank) { public PaymentResponse(String url, String bank) {
this.url = url; this.url = url;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment