Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter srs70

    (@srs70)

    ok, looks like I solved my own issue by setting the Overflow for those sections manually to HIDDEN. They used to be DEFAULT.

    srs70

    (@srs70)

    I am seeing this same error on my end too! What was the resolution on this issue? Especially as PayPal Standard is soon going to be deprecated and PayPal Donations is the only option for me going forward, seeing this error forces me to think if I should look for another donations plugin?

    =========

    Description:
    PayPal order id is missing.
    Category:
    Payment Gateway
    Source:
    PayPal Donations
    Date & Time:
    2022-11-22 00:55:45
    Error details:
    {
        "Payment Gateway": "paypal-commerce",
        "Donation": {
            "Object Class": "Give\\Donations\\Models\\Donation",
            "\u0000*\u0000properties": {
                "id": "int",
                "formId": "int",
                "formTitle": "string",
                "purchaseKey": "string",
                "donorIp": "string",
                "createdAt": "DateTime",
                "updatedAt": "DateTime",
                "status": "Give\\Donations\\ValueObjects\\DonationStatus",
                "type": "Give\\Donations\\ValueObjects\\DonationType",
                "mode": "Give\\Donations\\ValueObjects\\DonationMode",
                "amount": "Give\\Framework\\Support\\ValueObjects\\Money",
                "feeAmountRecovered": "Give\\Framework\\Support\\ValueObjects\\Money",
                "exchangeRate": [
                    "string",
                    "1"
                ],
                "gatewayId": "string",
                "donorId": "int",
                "firstName": "string",
                "lastName": "string",
                "email": "string",
                "subscriptionId": [
                    "int",
                    0
                ],
                "billingAddress": "Give\\Donations\\Properties\\BillingAddress",
                "anonymous": [
                    "bool",
                    false
                ],
                "levelId": [
                    "string",
                    ""
                ],
                "gatewayTransactionId": "string",
                "company": "string"
            },
            "\u0000*\u0000relationships": {
                "donor": "belongs-to",
                "subscription": "belongs-to",
                "notes": "has-many"
            },
            "\u0000*\u0000attributes": {
                "id": 24897,
                "formId": 3728,
                "formTitle": "Donation",
                "purchaseKey": "aaefee4817e7593c29b2a520f10b9869",
                "donorIp": "67.188.92.249",
                "createdAt": {
                    "Object Class": "DateTime",
                    "date": "2022-11-21 16:55:45.000000",
                    "timezone_type": 3,
                    "timezone": "America/Los_Angeles"
                },
                "updatedAt": {
                    "Object Class": "DateTime",
                    "date": "2022-11-21 16:55:45.000000",
                    "timezone_type": 3,
                    "timezone": "America/Los_Angeles"
                },
                "status": {
                    "Object Class": "Give\\Donations\\ValueObjects\\DonationStatus",
                    "\u0000*\u0000value": "pending"
                },
                "type": {
                    "Object Class": "Give\\Donations\\ValueObjects\\DonationType",
                    "\u0000*\u0000value": "single"
                },
                "mode": {
                    "Object Class": "Give\\Donations\\ValueObjects\\DonationMode",
                    "\u0000*\u0000value": "test"
                },
                "amount": {
                    "Object Class": "Give\\Framework\\Support\\ValueObjects\\Money",
                    "\u0000Give\\Framework\\Support\\ValueObjects\\Money\u0000amount": {
                        "Object Class": "Money\\Money",
                        "\u0000Money\\Money\u0000amount": "1000",
                        "\u0000Money\\Money\u0000currency": {
                            "Object Class": "Money\\Currency",
                            "\u0000Money\\Currency\u0000code": "USD"
                        }
                    }
                },
                "feeAmountRecovered": null,
                "exchangeRate": "1",
                "gatewayId": "paypal-commerce",
                "donorId": 1,
                "firstName": "srs",
                "lastName": "srs",
                "email": "[email protected]",
                "subscriptionId": 0,
                "billingAddress": {
                    "Object Class": "Give\\Donations\\Properties\\BillingAddress",
                    "country": "",
                    "address1": "",
                    "address2": "",
                    "city": "",
                    "state": "",
                    "zip": ""
                },
                "anonymous": false,
                "levelId": "0",
                "gatewayTransactionId": null,
                "company": null
            },
            "\u0000*\u0000original": {
                "id": null,
                "formId": 3728,
                "formTitle": "Donation",
                "purchaseKey": null,
                "donorIp": "67.188.92.249",
                "createdAt": null,
                "updatedAt": null,
                "status": {
                    "Object Class": "Give\\Donations\\ValueObjects\\DonationStatus",
                    "\u0000*\u0000value": "pending"
                },
                "type": null,
                "mode": {
                    "Object Class": "Give\\Donations\\ValueObjects\\DonationMode",
                    "\u0000*\u0000value": "test"
                },
                "amount": {
                    "Object Class": "Give\\Framework\\Support\\ValueObjects\\Money",
                    "\u0000Give\\Framework\\Support\\ValueObjects\\Money\u0000amount": {
                        "Object Class": "Money\\Money",
                        "\u0000Money\\Money\u0000amount": "1000",
                        "\u0000Money\\Money\u0000currency": {
                            "Object Class": "Money\\Currency",
                            "\u0000Money\\Currency\u0000code": "USD"
                        }
                    }
                },
                "feeAmountRecovered": null,
                "exchangeRate": "1",
                "gatewayId": "paypal-commerce",
                "donorId": 1,
                "firstName": "srs",
                "lastName": "srs",
                "email": "[email protected]",
                "subscriptionId": 0,
                "billingAddress": {
                    "Object Class": "Give\\Donations\\Properties\\BillingAddress",
                    "country": "",
                    "address1": "",
                    "address2": "",
                    "city": "",
                    "state": "",
                    "zip": ""
                },
                "anonymous": false,
                "levelId": "0",
                "gatewayTransactionId": null,
                "company": null
            },
            "\u0000Give\\Framework\\Models\\Model\u0000cachedRelations": {
                "donor": {
                    "Object Class": "Give\\Donors\\Models\\Donor",
                    "\u0000*\u0000properties": {
                        "id": "int",
                        "userId": [
                            "int",
                            0
                        ],
                        "createdAt": "DateTime",
                        "name": "string",
                        "firstName": "string",
                        "lastName": "string",
                        "email": "string",
                        "prefix": "string",
                        "additionalEmails": "array"
                    },
                    "\u0000*\u0000relationships": {
                        "donations": "has-many",
                        "subscriptions": "has-many"
                    },
                    "\u0000*\u0000attributes": {
                        "id": 1,
                        "userId": 1,
                        "createdAt": {
                            "Object Class": "DateTime",
                            "date": "2022-10-31 23:49:46.000000",
                            "timezone_type": 3,
                            "timezone": "America/Los_Angeles"
                        },
                        "name": "Shraddha Sorte",
                        "firstName": "P",
                        "lastName": "M",
                        "email": "[email protected]",
                        "prefix": "",
                        "additionalEmails": null
                    },
                    "\u0000*\u0000original": {
                        "id": 1,
                        "userId": 1,
                        "createdAt": {
                            "Object Class": "DateTime",
                            "date": "2022-10-31 23:49:46.000000",
                            "timezone_type": 3,
                            "timezone": "America/Los_Angeles"
                        },
                        "name": "Shraddha Sorte",
                        "firstName": "P",
                        "lastName": "M",
                        "email": "[email protected]",
                        "prefix": "",
                        "additionalEmails": null
                    },
                    "\u0000Give\\Framework\\Models\\Model\u0000cachedRelations": []
                }
            }
        }
    }
Viewing 2 replies - 1 through 2 (of 2 total)