0

Integrated Coinbase Commerce to my Wordpress Woocommerce website and everything was working just fine since yesterday. When customer click on "Proceed to Coinbase" button to finish a purchase, website says "Error processing checkout. Please try again."

I logged Coinbase Commerce Plugin and I can see that error is:

2018-09-25T10:57:06+00:00 INFO Coinbase Request Args for charges: Array
(
    [name] => DomainName
    [description] => some description
    [pricing_type] => fixed_price
    [local_price] => Array
        (
            [amount] => 3000.00
            [currency] => USD
        )

    [metadata] => Array
        (
            [order_id] => 438
            [order_key] => wc_order_5ba994a3a976c
        )

    [redirect_url] => https://example.com/checkout/order-received/438/?key=wc_order_5ba994a3a976c
)

2018-09-25T10:57:07+00:00 INFO Error response from API: Required parameter missing: pricing_type

I don't know what to do, what do I need to change to fix that..

Renato Lulic
  • 200
  • 2
  • 18
  • are you still facing this same error then update commerce coinbase and let me know what is the status. – dev_ramiz_1707 Jan 29 '19 at 10:37
  • Seems like it thinks you are missing the correct pricing_type parameter that is sent to Coinbase Commerce. You could take a look at the request body you are sending CC from your server and then if thats the problem fix it otherwise contact the dev team. – shn Jun 08 '19 at 06:09

0 Answers0