GravityPDF / gravity-pdf

Gravity PDF is a GPLv2-licensed WordPress plugin that allows you to automatically generate, email and download PDF documents using Gravity Forms.
https://gravitypdf.com
89 stars 21 forks source link

Process PDF URLs when using Gravity Wiz Google Sheets #1499

Closed jakejackson1 closed 4 months ago

jakejackson1 commented 4 months ago

Description

Users could map PDF URLs in the GWiz Google Sheets feed, but these URLs would not be correctly processed and sent.

Fixes #1491

Testing instructions

In a form with a PDF configured:

  1. Add a Google Sheets feed and map the PDF URL, signed PDF URL, and Custom Value with PDF merge tag to columns in the spreadsheet
  2. Submit the form

The spreadsheet will now contain the correct PDF URLs.

Screenshots

CleanShot 2024-02-26 at 15 58 36@2x

Checklist:

Additional Comments

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 25.00000% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 77.01%. Comparing base (c7b7dcb) to head (3917f08).

Files Patch % Lines
src/Model/Model_Mergetags.php 0.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## development #1499 +/- ## =============================================== - Coverage 77.03% 77.01% -0.02% =============================================== Files 243 243 Lines 12509 12513 +4 Branches 370 370 =============================================== + Hits 9636 9637 +1 - Misses 2865 2868 +3 Partials 8 8 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.