You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the CoinGate API, it is possible to send the billing address from WooCommerce to the CoinGate Payment page, see purchaser_email field on the Create Order method:
So please modify the $params array at this location to include purchaser_email field:
According to the CoinGate API, it is possible to send the billing address from WooCommerce to the CoinGate Payment page, see purchaser_email field on the Create Order method:
So please modify the
$params
array at this location to include purchaser_email field:This makes the checkout process easier for customers because they don't have to enter their email address twice.
The text was updated successfully, but these errors were encountered: