Idevaffiliate将代码添加到WP Simple Pay Pro插件

时间:2019-02-11 13:51:53

标签: wordpress plugins hook

如果有人可以帮助,将不胜感激。...

需要做的两件事是

1)您需要将这两行代码添加到现有的付款表格中:

    <input type="hidden" name="idev_custom[ip]" id="idev_custom_xxx" />
    <script type="text/javascript" src="https://www.example.xxx/idevaffiliate/connect/stripe_ip.php"></script>
  • 这是通过public_html / wp-content / plugins / wp-simple-pay-pro-3 / includes / core / forms / default-form.php添加的,它似乎工作正常。

2)接下来是-将其添加到您的元数据变量。

'metadata' => $_POST['idev_custom']

这是我添加到以下文件中的代码,但实际上不确定(如果查看代码段库)是否正确,这似乎不是我使用的正确方法

public_html / wp-content / plugins / wp-simple-pay-pro-3 / vendor / stripe / stripe-php / lib / Util / Util.php

public static function convertToStripeObject($resp, $opts)
{
    $types = [
        // data structures
        \Stripe\Collection::OBJECT_NAME => 'Stripe\\Collection',

        // business objects
        \Stripe\idev_custom::OBJECT_NAME => 'Stripe\\idev_custom',

插件的摘录库-https://github.com/wpsimplepay/WP-Simple-Pay-Snippet-Library

0 个答案:

没有答案