[
https://issues.apache.org/jira/browse/OFBIZ-934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12753010#action_12753010
]
Scott Gray commented on OFBIZ-934:
----------------------------------
Hi Corey,
If the shipping option is the only one you use then you would be better off
modifying the setExpressCheckout service to send it as a default in place of
"Calculated Offline" option and then don't specify a callbackurl. That will
save unnecessary callbacks since you already know what your shipping rate will
be before receiving the shipping address.
I've had no problems processing orders with a quantity of one, I did it many
times trying testing without issue.
My problem with the shipping callback ended being because I was specify port
8443 in the callbackurl which paypal didn't like, you can't specify a port
number in the url only http or https. The other problem was that paypal
stupidly only returns the label of the shipping option and not a hidden
identifier meaning that you have to attempt to look up the chosen shipping
methods by description.
I would suggest that you pull the request strings and responses being sent
to/from paypal from the logs and ask for help on their forums, they are quite
responsive (so long as the problem isn't too difficult to answer).
> PayPal Express Checkout Support in Ecommerce Checkout Process.
> --------------------------------------------------------------
>
> Key: OFBIZ-934
> URL: https://issues.apache.org/jira/browse/OFBIZ-934
> Project: OFBiz
> Issue Type: Improvement
> Components: accounting, specialpurpose/ecommerce
> Reporter: Anil K Patel
> Assignee: Scott Gray
> Fix For: SVN trunk
>
>
> Implement Support for PayPal Express Checkout. Some help is available at
> following locations.
> https://www.paypal.com/IntegrationCenter/ic_expresscheckout.html
> https://www.paypal.com/IntegrationCenter/ic_nvp.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.