• ‘transaction/create’,
    [
    ‘to’ => get_post_meta( $order_id, ‘payment_address’, true ),
    ‘callbackUrl’ => home_url(),
    ‘ethVal’ => $eth_value,
    ‘reference’ => $tx_ref->get(),
    ‘dustAmount’ => $dust_amount,
    ]
    doesnt help – i am tryig to add a global pay with ether botton instead of the regular payment bottom and due to having ‘to’ => get_post_meta( $order_id, i think it is not possible, or am i missing something?

  • The topic ‘how can i display a payment bottom on the archive?’ is closed to new replies.