Skip to content

Commit

Permalink
#20: Correct PayPal supported countries' list
Browse files Browse the repository at this point in the history
  • Loading branch information
lat9 committed Apr 5, 2024
1 parent 5d6be01 commit 8ca9a80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion readme_paypalr.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,21 +168,23 @@ <h3>Upgrading</h3>
<h2>Version History</h2>
<p>This section identifies version-specific changes to the payment module.</p>
<ul>
<li>v1.0.2-beta4, 2024-04-02 (lat9)<ul>
<li>v1.0.2-beta4, 2024-04-05 (lat9)<ul>
<li>BUGFIX: Full cost breakdown not submitted to PayPal if an order has discounts.</li>
<li>BUGFIX: Remove intervening spaces in level-3 data's <code>ships_from_postal_code</code>.</li>
<li>BUGFIX: Correct PHP Warnings when performing a transaction void.</li>
<li>BUGFIX: Add CSS spinner during webhook operation to let customers know that something's happening.</li>
<li>BUGFIX: Indicate that card-data is collected on-site when the customer is paying via a credit-card.</li>
<li>BUGFIX: Check PayPal response on 3DS card-payment return; orders were invalidly created when a card was declined.</li>
<li>BUGFIX: Set error message for PayPal known error responses.</li>
<li>BUGFIX: Additional country-codes supported by PayPal.</li>
<li>The following files were changed:<ol>
<li>/ppr_webhook_main.php</li>
<li>/includes/classes/observers/auto.paypalrestful.php</li>
<li>/includes/modules/payment/paypalr.php</li>
<li>/includes/modules/payment/paypal/PayPalRestful/jquery.paypalr.checkout.js</li>
<li>/includes/modules/payment/paypal/PayPalRestful/Admin/DoVoid.php</li>
<li>/includes/modules/payment/paypal/PayPalRestful/Api/PayPalRestfulApi.php</li>
<li>/includes/modules/payment/paypal/PayPalRestful/Api/Data/CountryCodes.php</li>
<li>/includes/modules/payment/paypal/PayPalRestful/Zc2Pp/CreatePayPalOrderRequest.php</li>
</ol></li>
</ul></li>
Expand Down

0 comments on commit 8ca9a80

Please sign in to comment.