From d8c0b09be3863ee9f434b26346e6e24089bcea80 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 11 Jun 2015 16:24:00 +0200 Subject: Wrapping up w16 --- Week16 Webshop/src/com/camilstaps/webshop/payment/PayPal.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Week16 Webshop/src/com/camilstaps/webshop/payment/PayPal.java') 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) { -- cgit v1.2.3