I installed Easycart on a test site and it connected to PayPal okay. I then installed it on my production site and it would not connect.
It shows an error in the log as "duplicate".
This is what I see in the logs for the two sites:
I have disabled the PayPal integration on example.info and removed any API references from my PayPal account, but it still sees it as a duplicate hook for the example.com site.
Anyone have any ideas on what is happening?
It shows an error in the log as "duplicate".
This is what I see in the logs for the two sites:
Code:
example.info PayPal API Webhook V2 Response: {"success":"added","webhook_id":3711} example.com PayPal API Webhook V2 Response: {"error":"duplicate"} PayPal API Create Order Response: {"name":"VALIDATION_ERROR","details":[{"field":"#/purchase_units/0/partner_fee_details/amount","location":"body","issue":"Amount cannot be zero"}],"message":"Invalid request - see details","information_link":"https://developer.paypal.com/docs/api/orders/v1/#error-VALIDATION_ERROR","debug_id":"fef15ca5c87a4"}
Anyone have any ideas on what is happening?
Comment