Posts

Showing posts from March 14, 2019

Walmart API Registrstion

Image
1 1 I have created a registration process and I get the confirmation email stating "Registration Almost Complete We have sent a confirmation e-mail to you at this address: mancy75@gmail.com Please click on the link in that e-mail to confirm your account. Thank you for using Walmart Open API. If you do not receive an email within the next hour, click here to resend confirmation email" However, I have not received the confirmation e-mail to complete the registration process. I have resent the request many times getting the same results. What I don't understand is that I get other emails from Walmart but can't get my registration email. Help. Thanks Henry api registration share | improve this question asked Nov 14 '18 at 16:01 Henry Bell Henry Bell 6 2 add a comment  |  1 1 I have created a registration process and I get the confirmation email stating "Registration Almost Complete We have sent a c

Requires one or the Other Class UML

Image
1 This customer needs to have one payment account. I'm not sure whether it works to have customer having one inherited class. These are my two ideas: Without Inheritance: With Inheritance: uml papyrus share | improve this question edited Nov 17 '18 at 8:16 Thomas Kilian 23.8k 6 37 64 asked Nov 14 '18 at 16:01 C Finn C Finn 11 5 2 First of all, I guess that you inversed the images... With Inheritance seems more clear even if PaymentAccount could be abstract. – Red Beard Nov 14 '18 at 16:37 Both are clear, but having the superclass know how to pull money seems better than having the Customer (and possibly other classes) know how. – Jim L. Nov 14 '18 at 17:38 add a comment  |  1 This customer needs to have one payment account. I'm not sure whether it works to have customer having one inherited class. These are my two ideas: Without Inheritance: With Inher