So, OC 3.0.3.6 is saying the shopping cart is in CAD but it is passing the USD equivelant to PayPal for payment. How to fix this?
Code: Select all
PayPal debug (Webhook): {"id":"WH-40E18234A4838824T-99H41909XF134161U","event_version":"1.0","create_time":"2021-04-01T20:42:03.060Z","resource_type":"capture","resource_version":"2.0","event_type":"PAYMENT.CAPTURE.COMPLETED","summary":"Payment completed for $ 35.2 USD","resource":{"id":"24N83890JC313621C","amount":{"currency_code":"USD","value":"35.20"},"final_capture":true,"seller_protection":{"status":"ELIGIBLE","dispute_categories":["ITEM_NOT_RECEIVED","UNAUTHORIZED_TRANSACTION"]},"seller_receivable_breakdown":{"gross_amount":{"currency_code":"USD","value":"35.20"},"paypal_fee":{"currency_code":"USD","value":"1.32"},"net_amount":{"currency_code":"USD","value":"33.88"}},"invoice_id":"4754","status":"COMPLETED","create_time":"2021-04-01T20:41:57Z","update_time":"2021-04-01T20:41:57Z","links":[{"href":"https:\/\/api.paypal.com\/v2\/payments\/captures\/24N83890JC313621C","rel":"self","method":"GET"},{"href":"https:\/\/api.paypal.com\/v2\/payments\/captures\/24N83890JC313621C\/refund","rel":"refund","method":"POST"},{"href":"https:\/\/api.paypal.com\/v2\/checkout\/orders\/21835881PP113251X","rel":"up","method":"GET"}]},"links":[{"href":"https:\/\/api.paypal.com\/v1\/notifications\/webhooks-events\/WH-40E18234A4838824T-99H41909XF134161U","rel":"self","method":"GET"},{"href":"https:\/\/api.paypal.com\/v1\/notifications\/webhooks-events\/WH-40E18234A4838824T-99H41909XF134161U\/resend","rel":"resend","method":"POST"}]}
Thanks!