aboutsummaryrefslogtreecommitdiff
path: root/Week16 Webshop/src/com/camilstaps/webshop/payment/PayPal.java
diff options
context:
space:
mode:
Diffstat (limited to 'Week16 Webshop/src/com/camilstaps/webshop/payment/PayPal.java')
-rw-r--r--Week16 Webshop/src/com/camilstaps/webshop/payment/PayPal.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/Week16 Webshop/src/com/camilstaps/webshop/payment/PayPal.java b/Week16 Webshop/src/com/camilstaps/webshop/payment/PayPal.java
index a752453..dfc791f 100644
--- a/Week16 Webshop/src/com/camilstaps/webshop/payment/PayPal.java
+++ b/Week16 Webshop/src/com/camilstaps/webshop/payment/PayPal.java
@@ -29,6 +29,9 @@ package com.camilstaps.webshop.payment;
*/
public class PayPal implements PaymentMethod {
+ /**
+ * PayPal credentials
+ */
private final String email, pass;
public PayPal(String email, String pass) {