Commit 040b36df authored by Christopher Cottier's avatar Christopher Cottier

resolved conflicts

parents d56bcd0d b27600e2
...@@ -29,4 +29,13 @@ public class CreditCardRequest { ...@@ -29,4 +29,13 @@ public class CreditCardRequest {
@Valid @Valid
CreditCardAddress billingAddress; CreditCardAddress billingAddress;
@Override
public String toString() {
return "CreditCardRequest{" +
"card=" + card +
", amount=" + amount +
", reference='" + reference + '\'' +
", merchantAccount='" + merchantAccount + '\'' +
'}';
}
} }
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