Page 1 of 3 123 LastLast
Results 1 to 10 of 440

Hybrid View

  1. #1
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,874
    Plugin Contributions
    96

    Default Re: PayPal RESTful API Payment Module

    Quote Originally Posted by mprough View Post
    1.5.8

    Sure did miss, thank a bunch!

    ~Melanie
    Please note that I've only tested with zc158a and the current zc200-alpha. I won't be supporting any other Zen Cart base for the usage.

    Quote Originally Posted by mprough View Post
    There is still no radio/checkbox for the payment module. Noting it is the only payment displaying.

    ~Melanie
    There is no radio/checkbox for the module since you've only got that one payment module installed. I'll rethink the means of identifying which (PayPal vs CC) sub-option is selected, but IMO using a radio/checkbox for the sub-option is ugly.

  2. #2
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,246
    Plugin Contributions
    58

    Default Re: PayPal RESTful API Payment Module

    Quote Originally Posted by lat9 View Post
    There is no radio/checkbox for the module since you've only got that one payment module installed. I'll rethink the means of identifying which (PayPal vs CC) sub-option is selected, but IMO using a radio/checkbox for the sub-option is ugly.
    Maybe a selected state behavior, like a border? and the credit card one doesn't look at all like a selectable option, would need "buttonized" or something
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  3. #3
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,874
    Plugin Contributions
    96

    Default Re: PayPal RESTful API Payment Module

    I've just created a GitHub PR with some UI improvements (https://github.com/lat9/paypalr/pull/3), if you'd like to see before the next beta release.

  4. #4
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,246
    Plugin Contributions
    58

    Default Re: PayPal RESTful API Payment Module

    Another website, different issue.

    Zen Cart 1.5.8a
    Bootstrap 3.5.2
    PHP 7.4.33

    On step 2 of 3 Payment Information we got the following error on an order.
    Click image for larger version. 

Name:	sfMCB1vgGNOIr9GRCEE_CeV2yfskYxrNWiMt4i57lp0PRz6Or.jpg 
Views:	389 
Size:	23.1 KB 
ID:	20450

    No log was generated and my next test order went through.

    It looks like part of the argument passed has a string too long.

    ~Melanie
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  5. #5
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,874
    Plugin Contributions
    96

    Default Re: PayPal RESTful API Payment Module

    Quote Originally Posted by mprough View Post
    Another website, different issue.

    Zen Cart 1.5.8a
    Bootstrap 3.5.2
    PHP 7.4.33

    On step 2 of 3 Payment Information we got the following error on an order.
    Click image for larger version. 

Name:	sfMCB1vgGNOIr9GRCEE_CeV2yfskYxrNWiMt4i57lp0PRz6Or.jpg 
Views:	389 
Size:	23.1 KB 
ID:	20450

    No log was generated and my next test order went through.

    It looks like part of the argument passed has a string too long.

    ~Melanie
    For the beta phase, you should be running with the payment module's logs enabled; otherwise, I've got no breadcrumbs with which to diagnose the issue.

    For that order, what do the ordered products "look like"?

  6. #6
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,246
    Plugin Contributions
    58

    Default Re: PayPal RESTful API Payment Module

    Quote Originally Posted by lat9 View Post
    For the beta phase, you should be running with the payment module's logs enabled; otherwise, I've got no breadcrumbs with which to diagnose the issue.

    For that order, what do the ordered products "look like"?

    I am PM'ing you the log, I rebuilt the customer's basket & retried the transaction. The order is all downloads.


    Let me know if you need anything else.

    ~Melanie
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  7. #7
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,874
    Plugin Contributions
    96

    Default Re: PayPal RESTful API Payment Module

    Quote Originally Posted by mprough View Post
    I am PM'ing you the log, I rebuilt the customer's basket & retried the transaction. The order is all downloads.


    Let me know if you need anything else.

    ~Melanie
    Thanks for that. I'll review the base code to see what's up. The order "should be" marked as virtual.

    Update: Replicated.

  8. #8
    Join Date
    Aug 2004
    Posts
    818
    Plugin Contributions
    0

    Default Re: PayPal RESTful API Payment Module

    For the life of me, I cannot figure why this is happening. Can anyone else look at the details of their PayPal Wallet transactions to see if it is putting the wrong state in the address?

    For example, I take an order through ZenCart that is shipping to Chicago, Illinois. Everything is correct on ZenCart.

    But when I click on "Click for Additional Payment Handling Options" and then hit DETAILS, it shows the STATE as being "CA". Our business is in California.

    See image: Click image for larger version. 

Name:	Details.jpg 
Views:	98 
Size:	18.9 KB 
ID:	20869

    This doesn't happen on every order (I don't think) but it's happening a lot. Enough to be concerned, because PayPal's Seller Protection only is valid if you ship to the address that is given to PayPal, and it's giving them this incorrect state.

    1) Whenever this happens to us, the incorrect state is ALWAYS put as "CA."

    Is there any file I can look at which would be pushing this value to PayPal so I can see if one of us hardcoded something that is causing this? I don't understand what would be causing "CA" to be given to PayPal under the DETAILS that is pushed to them.
    - Jeff

  9. #9
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,874
    Plugin Contributions
    96

    Default Re: PayPal RESTful API Payment Module

    When you view the order in PayPal's management-console, what shows for the order's shipping address?

  10. #10
    Join Date
    Aug 2004
    Posts
    818
    Plugin Contributions
    0

    Default Re: PayPal RESTful API Payment Module

    Quote Originally Posted by lat9 View Post
    When you view the order in PayPal's management-console, what shows for the order's shipping address?
    When I log into PayPal and pull up the order, it also has the incorrect state ("CA") which matches what the plugin shows me under "Click for Additional Payment Handling Options" --> Details.

    So to recap: the state is correct in the ZenCart database (Orders --> Shipping State/BillingState). But it is NOT correct under the Plugin's transaction Details, nor is it correct when logging into PayPal to see the details. See attachments.

    Click image for larger version. 

Name:	ZenCartCorrect.jpg 
Views:	72 
Size:	15.8 KB 
ID:	20870
    Click image for larger version. 

Name:	PluginNotCorrect.jpg 
Views:	73 
Size:	16.8 KB 
ID:	20871
    Click image for larger version. 

Name:	PaypalNotCorrect.jpg 
Views:	73 
Size:	38.6 KB 
ID:	20872
    - Jeff

 

 
Page 1 of 3 123 LastLast

Similar Threads

  1. v158 UPS Shipping using RESTful/OAuth API [Support Thread]
    By lat9 in forum Addon Shipping Modules
    Replies: 187
    Last Post: 20 Apr 2026, 09:15 PM
  2. IPower & FirstData API Payment Module
    By spence in forum Addon Payment Modules
    Replies: 6
    Last Post: 7 Jul 2011, 06:33 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg